OptionButton constructor
Implementation
const OptionButton({
Key? key,
required this.size,
required this.backgroundColor,
required this.foregroundColor,
required this.icon,
}) : super(key: key);
const OptionButton({
Key? key,
required this.size,
required this.backgroundColor,
required this.foregroundColor,
required this.icon,
}) : super(key: key);