BottomLineDigitOnlyTextField constructor
const
BottomLineDigitOnlyTextField({
- required TextEditingController controller,
- required String hintText,
- TextInputType inputType = TextInputType.text,
- TextInputAction inputAction = TextInputAction.next,
- int maxLength = TextField.noMaxLength,
- void onChanged()?,
- Key? key,
Implementation
const BottomLineDigitOnlyTextField({
required this.controller,
required this.hintText,
this.inputType = TextInputType.text,
this.inputAction = TextInputAction.next,
this.maxLength = TextField.noMaxLength,
this.onChanged,
super.key,
});