BasicTheme class

Constructors

BasicTheme({String fontFamily = 'Open Sans', Color fontColor = BasicColor.fontColor, Color fontSubtitleColor = BasicColor.fontSubtitleColor, Color primaryColor = BasicColor.primaryColor, Color secondaryColor = BasicColor.secondaryColor, Color borderColor = BasicColor.borderColor, Color backgroundColor = BasicColor.backgroundColor, Color dangerColor = BasicColor.dangerColor, BasicCardTheme card = const BasicCardTheme(), BasicAppBarTheme appBar = const BasicAppBarTheme(), BasicTextFieldTheme textField = const BasicTextFieldTheme()})
const

Properties

appBar BasicAppBarTheme
final
backgroundColor Color
final
borderColor Color
final
card BasicCardTheme
final
dangerColor Color
final
fontColor Color
final
fontFamily String
final
fontSubtitleColor Color
final
hashCode int
The hash code for this object.
no setterinherited
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color
final
textField BasicTextFieldTheme
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