globalIconSize property

  1. @Deprecated('This will be removed in future releases, use iconSize instead')
double globalIconSize
finalinherited

To change the the icon size pass a different value, by default will be kDefaultIconSize. this will be used for all the buttons but you can override this

Implementation

@Deprecated('This will be removed in future releases, use iconSize instead')
final double globalIconSize;