EliteORMEditorStyle class

The base style for all editor/list screens. Everything in this class can be overridden to adjust the style to your own application.

Constructors

EliteORMEditorStyle()

Properties

borderRadius BorderRadius
The border radius of containers and cards.
no setter
bottomBarPadding EdgeInsets
The padding for the bottom app bar.
no setter
cardTitleText TextStyle
The title text style for Card widgets.
no setter
columnPadding EdgeInsets
The padding for the main column containing the editing widgets.
no setter
cornerRadius double
Radius of the corner of borders.
no setter
durationLabelPadding EdgeInsets
The padding for the duration labels.
no setter
durationLabelText TextStyle
The text style for the duration labels.
no setter
hashCode int
The hash code for this object.
no setterinherited
iconSize double
The size of icons used on the bottom app bar.
no setter
innerPadding EdgeInsets
Padding inside containers between the outer edge and the inner widget.
no setter
labelPadding EdgeInsets
The padding between input widgets and their labels.
no setter
listTrashcanPadding double
The amount of padding on the trashcan icon underneath the dismissible list card.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textInputFlex int
The flex amount used for text inputs with a label and/or obscuration icon.
no setter
textPadding EdgeInsets
The padding for input widgets.
no setter
titleText TextStyle
The style for each group title.
no setter

Methods

bottomBarDecoration(dynamic context) BoxDecoration
The box decoration for the bottom app bar.
cardShape(dynamic context) RoundedRectangleBorder
The shape of Card widgets.
containerOutline(dynamic context) BoxDecoration
Container box decoration.
durationNumberStyle(dynamic context) TextStyle?
The style of the duration number picker and separator text.
hintDecoration([String? hint]) InputDecoration
The decoration for input widgets, specifically TextField widgets.
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