FormattedObjectInput<T> constructor
const
FormattedObjectInput<T> ({
- Key? key,
- T? initialValue,
- ValueChanged<
T?> ? onChanged, - FormattedInputPopupBuilder<
T> ? popupBuilder, - bool enabled = true,
- ComponentController<
T?> ? controller, - required BiDirectionalConvert<
T?, List< converter,String?> > - required List<
InputPart> parts, - AlignmentGeometry? popoverAlignment,
- AlignmentGeometry? popoverAnchorAlignment,
- Offset? popoverOffset,
- Widget? popoverIcon,
- ValueChanged<
List< ? onPartsChanged,String> >
Creates a FormattedObjectInput.
Implementation
const FormattedObjectInput({
super.key,
this.initialValue,
this.onChanged,
this.popupBuilder,
this.enabled = true,
this.controller,
required this.converter,
required this.parts,
this.popoverAlignment,
this.popoverAnchorAlignment,
this.popoverOffset,
this.popoverIcon,
this.onPartsChanged,
});