EditingFieldStyle class

Constructors

EditingFieldStyle({double textFieldHeight = 30, double textFieldWidth = double.infinity, double cursorHeight = 20, double cursorWidth = 2.0, Radius? cursorRadius, Color? cursorColor, TextAlignVertical? verticalTextAlign, TextStyle? textStyle, InputDecoration textfieldDecoration = const InputDecoration(), dynamic folderIcon = const Icon(Icons.folder), dynamic fileIcon = const Icon(Icons.edit_document), dynamic doneIcon = const Icon(Icons.check), dynamic cancelIcon = const Icon(Icons.close)})
Custom styling for the TextField for creating files/folders.

Properties

cancelIcon → dynamic
Icon for cancel button.
final
cursorColor Color?
Cursor color.
final
cursorHeight double
Height of the cursor.
final
cursorRadius Radius?
Cursor radius.
final
cursorWidth double
Width of the cursor.
final
doneIcon → dynamic
Icon for done button.
final
fileIcon → dynamic
Leading icon/widget displayed while creating new file.
final
folderIcon → dynamic
Leading icon/widget displayed while creating new folder.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textfieldDecoration InputDecoration
InputDecoration for TextField which appears while creating new file/folder.
final
textFieldHeight double
Height of the text field.
final
textFieldWidth double
Width of the text field.
final
textStyle TextStyle?
TextStyle for text in the text filed.
final
verticalTextAlign TextAlignVertical?
Text (Cursor) vertical alignment
final

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