NumberInputTheme constructor

const NumberInputTheme({
  1. AbstractButtonStyle? buttonStyle,
  2. EdgeInsetsGeometry? padding,
})

Implementation

const NumberInputTheme({this.buttonStyle, this.padding});