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
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