SpinBoxThemeData constructor

const SpinBoxThemeData({
  1. double? iconSize,
  2. MaterialStateProperty<Color?>? iconColor,
  3. InputDecoration? decoration,
})

Creates a theme that can be used for SpinBoxTheme.data.

Implementation

const SpinBoxThemeData({this.iconSize, this.iconColor, this.decoration});