MonaStyleAttributesEntity class
Constructors
- MonaStyleAttributesEntity({required String? appId, BackgroundEntity? formBackground, BackgroundEntity? appBackground, RgbEntity? formGroupTitleColor, RgbEntity? formFieldTextColor, RgbEntity? formFieldHeaderColor, RgbEntity? formFieldFocusColor, BackgroundEntity? listBackground, RgbEntity? listTextItemColor, RgbEntity? floatingButtonForegroundColor, RgbEntity? floatingButtonBackgroundColor, RgbEntity? dividerColor, BackgroundEntity? topicContainerBackground, BackgroundEntity? actionContainerBackground, BackgroundEntity? appBarBG, RgbEntity? appBarIconColor, RgbEntity? appBarSelectedIconColor, RgbEntity? appBarMenuBackgroundColor, BackgroundEntity? drawerBG, BackgroundEntity? drawerHeaderBG, BackgroundEntity? profileDrawerBG, BackgroundEntity? profileDrawerHeaderBG, RgbEntity? backgroundColorHomeMenu, FontEntity? h1, FontEntity? h2, FontEntity? h3, FontEntity? h4, FontEntity? h5, FontEntity? textFieldHeader, FontEntity? fontText, FontEntity? fontSmallText, FontEntity? fontHighlight1, FontEntity? fontHighlight2, FontEntity? fontLink, int? routeBuilder, int? routeAnimationDuration, RgbEntity? dialogBackgroundColor, RgbEntity? dialogSeperatorColor, RgbEntity? popupMenuButtonColor, RgbEntity? textBubbleBackgroundColor, RgbEntity? dropdownButtonnColor, RgbEntity? listTileColor})
Properties
- actionContainerBackground → BackgroundEntity?
-
final
- appBackground → BackgroundEntity?
-
final
- appBarBG → BackgroundEntity?
-
final
- appBarIconColor → RgbEntity?
-
final
- appBarMenuBackgroundColor → RgbEntity?
-
final
- appBarSelectedIconColor → RgbEntity?
-
final
- appId → String?
-
final
- backgroundColorHomeMenu → RgbEntity?
-
final
-
final
- dialogBackgroundColor → RgbEntity?
-
final
- dialogSeperatorColor → RgbEntity?
-
final
- dividerColor → RgbEntity?
-
final
- drawerBG → BackgroundEntity?
-
final
- drawerHeaderBG → BackgroundEntity?
-
final
- dropdownButtonnColor → RgbEntity?
-
final
- floatingButtonBackgroundColor → RgbEntity?
-
final
- floatingButtonForegroundColor → RgbEntity?
-
final
- fontHighlight1 → FontEntity?
-
final
- fontHighlight2 → FontEntity?
-
final
- fontLink → FontEntity?
-
final
- fontSmallText → FontEntity?
-
final
- fontText → FontEntity?
-
final
- formBackground → BackgroundEntity?
-
final
- formFieldFocusColor → RgbEntity?
-
final
- formFieldHeaderColor → RgbEntity?
-
final
- formFieldTextColor → RgbEntity?
-
final
- formGroupTitleColor → RgbEntity?
-
final
- h1 → FontEntity?
-
final
- h2 → FontEntity?
-
final
- h3 → FontEntity?
-
final
- h4 → FontEntity?
-
final
- h5 → FontEntity?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listBackground → BackgroundEntity?
-
final
- listTextItemColor → RgbEntity?
-
final
- listTileColor → RgbEntity?
-
final
- popupMenuButtonColor → RgbEntity?
-
final
- profileDrawerBG → BackgroundEntity?
-
final
- profileDrawerHeaderBG → BackgroundEntity?
-
final
-
props
→ List<
Object?> -
no setter
- routeAnimationDuration → int?
-
final
- routeBuilder → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textBubbleBackgroundColor → RgbEntity?
-
final
- textFieldHeader → FontEntity?
-
final
- topicContainerBackground → BackgroundEntity?
-
final
Methods
-
copyWith(
{String? documentID, String? appId, BackgroundEntity? formBackground, BackgroundEntity? appBackground, RgbEntity? formGroupTitleColor, RgbEntity? formFieldTextColor, RgbEntity? formFieldHeaderColor, RgbEntity? formFieldFocusColor, BackgroundEntity? listBackground, RgbEntity? listTextItemColor, RgbEntity? floatingButtonForegroundColor, RgbEntity? floatingButtonBackgroundColor, RgbEntity? dividerColor, BackgroundEntity? topicContainerBackground, BackgroundEntity? actionContainerBackground, BackgroundEntity? appBarBG, RgbEntity? appBarIconColor, RgbEntity? appBarSelectedIconColor, RgbEntity? appBarMenuBackgroundColor, BackgroundEntity? drawerBG, BackgroundEntity? drawerHeaderBG, BackgroundEntity? profileDrawerBG, BackgroundEntity? profileDrawerHeaderBG, RgbEntity? backgroundColorHomeMenu, FontEntity? h1, FontEntity? h2, FontEntity? h3, FontEntity? h4, FontEntity? h5, FontEntity? textFieldHeader, FontEntity? fontText, FontEntity? fontSmallText, FontEntity? fontHighlight1, FontEntity? fontHighlight2, FontEntity? fontLink, int? routeBuilder, int? routeAnimationDuration, RgbEntity? dialogBackgroundColor, RgbEntity? dialogSeperatorColor, RgbEntity? popupMenuButtonColor, RgbEntity? textBubbleBackgroundColor, RgbEntity? dropdownButtonnColor, RgbEntity? listTileColor}) → MonaStyleAttributesEntity -
enrichedDocument(
Map< String, Object?> theDocument) → Future<Map< String, Object?> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
switchAppId(
{required String newAppId}) → MonaStyleAttributesEntity -
override
-
toDocument(
) → Map< String, Object?> -
override
-
toJsonString(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJsonString(
String json, {Map< String, String> ? newDocumentIds}) → MonaStyleAttributesEntity? -
fromMap(
Object? o, {Map< String, String> ? newDocumentIds}) → MonaStyleAttributesEntity?