MoneyInputField constructor
const
MoneyInputField({})
Implementation
const MoneyInputField({
required this.onChanged,
this.prefixText = 'R\$ ',
this.initialWidth = 120,
this.fontSize = 42.0,
this.autoFocus = true,
this.readOnly = false,
this.padding = const EdgeInsets.fromLTRB(10, 30, 10, 40),
this.maxValue = 500,
this.clearButton = true,
Key? key,
}) : super(key: key);