NumberKeyboard constructor
const
NumberKeyboard({
- Key? key,
- required TextEditingController controller,
- bool allowDecimal = true,
Implementation
const NumberKeyboard({
Key? key,
required this.controller,
this.allowDecimal = true,
}) : super(key: key);