buttonIcon property

Widget? buttonIcon
getter/setter pair

required when using animatedIcon button the icon (widget) that will be drawn inside the button

Implementation

late Widget? buttonIcon;