TextAreaUiState class

Available extensions
Annotations
  • @freezed

Constructors

TextAreaUiState({@Default.new(null) String? label, @Default.new(null) String? helperMessage, @Default.new(null) String? placeholder, @Default.new(null) int? maxCount, @Default.new(null) int? maxLines, @Default.new("") String text, @Default.new(null) TextInputType? inputType, @Default.new(TextInputAction.done) TextInputAction textInputAction, @Default.new(TextInputFocusState.focusout()) TextInputFocusState focusState, @Default.new(TextInputErrorState.none()) TextInputErrorState errorState, @Default.new(TextInputState.inactive) TextInputState state, @Default.new(null) Color? backgroundColor, @Default.new(null) TextSelection? textSelection})
const
factory

Properties

areaColor → Color

Available on TextAreaUiState, provided by the TextAreaUiStateExtension extension

no setter
backgroundColor → Color?
no setterinherited
copyWith → $TextAreaUiStateCopyWith<TextAreaUiState>
Create a copy of TextAreaUiState with the given fields replaced by the non-null parameter values.
no setterinherited
errorState → TextInputErrorState
no setterinherited
focusState → TextInputFocusState
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
helperMessage → String?
no setterinherited
inputType → TextInputType?
no setterinherited
label → String?
no setterinherited
limitText → String?

Available on TextAreaUiState, provided by the TextAreaUiStateExtension extension

no setter
limitTextColor → Color

Available on TextAreaUiState, provided by the TextAreaUiStateExtension extension

no setter
maxCount → int?
no setterinherited
maxLines → int?
no setterinherited
placeholder → String?
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → TextInputState
no setterinherited
text → String
no setterinherited
textCount → int

Available on TextAreaUiState, provided by the TextAreaUiStateExtension extension

no setter
textInputAction → TextInputAction
no setterinherited
textSelection → TextSelection?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited