material_input/base_material_input library

Classes

BaseMaterialInput
Base class for behavior that is shared between material input components.
BaseSingleLineInputComponent
Base single line component.

Enums

BottomPanelState
Represents which label should be shown in the BottomPanel

Constants

materialInputErrorKey → const String
Key used in the Control's error map, when there is an error.

Typedefs

CharacterCounter = int Function(String? inputText)
ErrorFn = Map<String, dynamic>? Function(Map<String, dynamic>? errors)
A function which takes in an error map, and returns another modified errors map.
ValidityCheck = String Function(String? inputText)