OudsTextInputControlStateDeterminer constructor
Implementation
OudsTextInputControlStateDeterminer({
required this.enabled,
this.isHovered = false,
this.isPressed = false,
this.isReadOnly = false,
this.isFocused = false,
this.isLoading = false,
});