Closed gia-guar closed 8 months ago
I am using an Animated Icon for a loading screen and the size seems to be capped at some value: Here:
AnimateIcon( key: UniqueKey(), onTap: () {}, iconType: IconType.continueAnimation, height: 100, width: 100, color:Colors.white, animateIcon: AnimateIcons.download )
Increasing the height and width more only adds padding to the icon but it does not make it bigger
(the opposite problem does not show: I can have smaller icons)
I am using an Animated Icon for a loading screen and the size seems to be capped at some value: Here:
Increasing the height and width more only adds padding to the icon but it does not make it bigger
(the opposite problem does not show: I can have smaller icons)