AmountTextField constructor
const
AmountTextField({})
Implementation
const AmountTextField({
required this.value,
required this.onChanged,
required this.onSubmitted,
required this.onTapIncrementButton,
this.allowDecimal = false,
this.suffix,
Key? key,
}) : super(key: key);