TextAreaProps class
Text area component properties.
Constructors
- TextAreaProps({String? placeholder, int rows = 4, int? cols, bool disabled = false, bool required = false, bool readOnly = false, TextAreaResize resize = TextAreaResize.vertical, String? minWidth, String? maxWidth, String? minHeight, String? maxHeight, String? value, String? name, String? id, String? label, String? error, String? helperText, void onChanged(String)?, bool fullWidth = true, ArcaneStyleData? styles, ArcaneDecoration? decoration})
-
const
Properties
- cols → int?
-
final
- decoration → ArcaneDecoration?
-
Semantic, theme-interpreted decoration (elevation + theme-specific fields).
final
- disabled → bool
-
final
- error → String?
-
final
- fullWidth → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- helperText → String?
-
final
- id → String?
-
final
- label → String?
-
final
- maxHeight → String?
-
final
- maxWidth → String?
-
final
- minHeight → String?
-
final
- minWidth → String?
-
final
- name → String?
-
final
- onChanged → void Function(String)?
-
final
- placeholder → String?
-
final
- readOnly → bool
-
final
- required → bool
-
final
- resize → TextAreaResize
-
final
- rows → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styles → ArcaneStyleData?
-
Literal, theme-permeable style override (always applied, wins over theme).
final
- value → String?
-
final
Methods
-
copyWith(
{String? placeholder, int? rows, int? cols, bool? disabled, bool? required, bool? readOnly, TextAreaResize? resize, String? minWidth, String? maxWidth, String? minHeight, String? maxHeight, String? value, String? name, String? id, String? label, String? error, String? helperText, void onChanged(String)?, bool? fullWidth, ArcaneStyleData? styles, ArcaneDecoration? decoration}) → TextAreaProps -
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