ThemeModel class

Constructors

ThemeModel()
factory

Properties

altoCampos double
Para campos de textos dropdow y demas widget que tengan estilo similar
latefinal
bordeRadius double
latefinal
cdmAzul Color
final
cdmBlanco Color
final
colorPrimario Color
latefinal
colorTitulosCajasDeTexto Color
latefinal
darkTheme ThemeData
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
init bool?
getter/setter pair
lightTheme ThemeData
getter/setter pair
paddingInput EdgeInsets
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme ↔ FlexScheme
getter/setter pair
sizeDescripcionTextfield double
latefinal
sizeTituloTextfield double
Estas propiedades son para los campos de texto
latefinal
themeMode ThemeMode
getter/setter pair

Methods

initTheme({ThemeData? lightTheme, ThemeData? darkTheme, double? altoCampos, EdgeInsets? paddingInput, double? bordeRadius, double? sizeTituloTextfield, double? sizeDescripcionTextfield, Color? colorTitulosCajasDeTexto, Color? cdmBlanco, Color? cdmAzul, Color? cdmRojo, Color colorPrimario = const Color.fromARGB(255, 255, 60, 50)}) → void
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

Constants

colorMarron → const Color