globalIconButtonFactor property

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

The factor of how much larger the button is in relation to the icon, by default it will be kDefaultIconButtonFactor.

Implementation

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