KNumPad constructor
const
KNumPad({})
Implementation
const KNumPad({
Key? key,
this.buttonSize = 70,
this.buttonColor = Colors.indigo,
this.iconColor = Colors.amber,
this.maxLength = 12,
this.isNotPhoneNumber = false,
required this.onSubmit,
required this.controller,
}) : super(key: key);