TreeViewSearchUi class

Constructors

TreeViewSearchUi.new({String? hintText, Widget? prefixIcon, InputBorder? border, EdgeInsetsGeometry? contentPadding, TextStyle? hintStyle, Color? fillColor, bool? filled, InputDecoration? decoration, TextStyle? style, TextInputType? keyboardType, TextInputAction? textInputAction, bool? autofocus, bool? autocorrect, int? maxLines, int? minLines})
const

Properties

autocorrect bool?
final
autofocus bool?
final
border InputBorder?
final
contentPadding EdgeInsetsGeometry?
final
decoration InputDecoration?
final
fillColor Color?
final
filled bool?
final
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle?
final
hintText String?
final
keyboardType TextInputType?
final
maxLines int?
final
minLines int?
final
prefixIcon Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final
textInputAction TextInputAction?
final

Methods

copyWith({String? hintText, Widget? prefixIcon, InputBorder? border, EdgeInsetsGeometry? contentPadding, TextStyle? hintStyle, Color? fillColor, bool? filled, InputDecoration? decoration, TextStyle? style, TextInputType? keyboardType, TextInputAction? textInputAction, bool? autofocus, bool? autocorrect, int? maxLines, int? minLines}) TreeViewSearchUi
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