NUINumberPadInput constructor

NUINumberPadInput({
  1. String? input,
  2. NUINumberPadOnClick? onClick,
  3. bool outline = false,
  4. TextStyle? inputActionStyle,
  5. TextStyle? inputTextStyle,
  6. Color defaultColor = NUIColors.NUITextGray,
  7. Color highlightColor = NUIColors.NUIAccent,
})

Implementation

NUINumberPadInput({
  this.input,
  this.onClick,
  this.outline = false,
  this.inputActionStyle,
  this.inputTextStyle,
  this.defaultColor = NUIColors.NUITextGray,
  this.highlightColor = NUIColors.NUIAccent
});