EditorDecoration class

Constructors

EditorDecoration({BoxBorder? border, BorderRadiusGeometry? borderRadius, String? editorLabel, Color backgroundColor = Colors.white, Color cursorColor = Colors.black, TextStyle inputStyle = TextConstants.labelStyle, TextStyle labelStyle = TextConstants.labelStyle, TextStyle focusedLabelStyle = TextConstants.labelStyle, Color buttonColor = TextConstants.defaultColor, double buttonEditorSpacing = 4, double editorPreviewSpacing = 8, int? maxLines})
const

Properties

backgroundColor Color
final
border BoxBorder?
final
borderRadius BorderRadiusGeometry?
final
buttonColor Color
final
buttonEditorSpacing double
final
cursorColor Color
final
editorLabel String?
final
editorPreviewSpacing double
final
focusedLabelStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
inputStyle TextStyle
final
labelStyle TextStyle
final
maxLines int?
final
runtimeType Type
A representation of the runtime type of the object.
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