SelectModelTheme class

Constructors

SelectModelTheme({SelectModelThemeTable tableTheme = const SelectModelThemeTable(), bool centerTitle = true, Color? appBarBackgroundColor, Color? backgroundColor, TextStyle? defaultTextStyle, Color? defaultIconActionColor, EdgeInsets? paddingAppBarActions, ButtonPosition defaultButtonPosition(int typeScreen) = getDefaultButtonPosition})
const

Properties

appBarBackgroundColor Color?
Color AppBar
final
backgroundColor Color?
final
centerTitle bool
Indicates whether the title should be in the center
final
defaultButtonPosition ButtonPosition Function(int typeScreen)
final
defaultIconActionColor Color?
final
defaultTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
paddingAppBarActions EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableTheme SelectModelThemeTable
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