iconSize property

double? iconSize
final

The size to use for incrementIcon and decrementIcon.

If null, then the value of SpinBoxThemeData.iconSize is used. If that is also null, then a pre-defined default is used.

Implementation

final double? iconSize;