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