FormattedInputData constructor
FormattedInputData({})
Creates a FormattedInputData.
Implementation
FormattedInputData({
required this.partIndex,
required this.initialValue,
required this.enabled,
required this.controller,
required this.focusNode,
required this.focusNodes,
this.selectionCoordinator,
});