ArcaneFormattedInput constructor
const
ArcaneFormattedInput({
- required FormattedValue initialValue,
- void onChanged(
- FormattedValue value
- String? label,
- String? error,
- bool disabled = false,
- FormattedInputSize size = FormattedInputSize.md,
- Key? key,
Implementation
const ArcaneFormattedInput({
required this.initialValue,
this.onChanged,
this.label,
this.error,
this.disabled = false,
this.size = FormattedInputSize.md,
super.key,
});