MirrorFlyAppTheme class

Constructors

MirrorFlyAppTheme({required Color primaryColor, required Color secondaryColor, required Color appBarColor, required Color colorOnAppbar, required Color scaffoldColor, required Color colorOnPrimary, required Color textPrimaryColor, required Color textSecondaryColor, required ChatBubbleColor chatBubblePrimaryColor, required ChatBubbleColor chatBubbleSecondaryColor})
MirrorFlyAppTheme.fromJson(Map<String, dynamic> json)
factory

Properties

appBarColor Color
getter/setter pair
chatBubblePrimaryColor ChatBubbleColor
getter/setter pair
chatBubbleSecondaryColor ChatBubbleColor
getter/setter pair
colorOnAppbar Color
getter/setter pair
colorOnPrimary Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryColor Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldColor Color
getter/setter pair
secondaryColor Color
getter/setter pair
textPrimaryColor Color
getter/setter pair
textSecondaryColor Color
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited