NUINumberPad constructor
NUINumberPad({})
Implementation
NUINumberPad({
this.numOfDigits = 4,
this.highlightColor = NUIColors.NUIAccent,
this.inputTextStyle,
this.valueTextStyle,
this.inputActionStyle,
this.defaultColor = NUIColors.NUITextGray,
this.showEnteredNumbers = true,
this.onDone
});