OudsTextInputControlStateDeterminer constructor

OudsTextInputControlStateDeterminer({
  1. required bool enabled,
  2. bool isHovered = false,
  3. bool isPressed = false,
  4. bool isReadOnly = false,
  5. bool isFocused = false,
  6. bool isLoading = false,
})

Implementation

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