TColors class

Constructors

TColors.new()
factory

Properties

accent Color
getter/setter pair
black Color
getter/setter pair
borderDark Color
getter/setter pair
borderLight Color
getter/setter pair
borderPrimary Color
getter/setter pair
borderSecondary Color
getter/setter pair
buttonDisabled Color
getter/setter pair
buttonPrimary Color
getter/setter pair
buttonSecondary Color
getter/setter pair
darkBackground Color
getter/setter pair
darkContainer Color
getter/setter pair
darkerGrey Color
getter/setter pair
darkGrey Color
getter/setter pair
disabledBackgroundDark Color
getter/setter pair
disabledBackgroundLight Color
getter/setter pair
disabledTextDark Color
getter/setter pair
disabledTextLight Color
getter/setter pair
error Color
getter/setter pair
grey Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconPrimary Color
getter/setter pair
iconPrimaryDark Color
getter/setter pair
iconPrimaryLight Color
getter/setter pair
iconSecondaryDark Color
getter/setter pair
iconSecondaryLight Color
getter/setter pair
info Color
getter/setter pair
lightBackground Color
getter/setter pair
lightContainer Color
getter/setter pair
lightGrey Color
getter/setter pair
primary Color
getter/setter pair
primaryBackground Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
getter/setter pair
secondaryBackground Color
getter/setter pair
softGrey Color
getter/setter pair
success Color
getter/setter pair
textDarkPrimary Color
getter/setter pair
textDarkSecondary Color
getter/setter pair
textPrimary Color
getter/setter pair
textSecondary Color
getter/setter pair
textWhite Color
getter/setter pair
warning Color
getter/setter pair
white Color
getter/setter pair

Methods

init({Color? primaryColor, Color? secondaryColor, Color? accentColor, Color? textPrimaryColor, Color? textSecondaryColor, Color? textWhiteColor, Color? primaryBackgroundColor, Color? secondaryBackgroundColor, Color? lightBackgroundColor, Color? darkBackgroundColor, Color? lightContainerColor, Color? darkContainerColor, Color? buttonPrimaryColor, Color? buttonSecondaryColor, Color? buttonDisabledColor, Color? iconPrimaryColor, Color? iconPrimaryLightColor, Color? iconSecondaryLightColor, Color? iconPrimaryDarkColor, Color? iconSecondaryDarkColor, Color? borderPrimaryColor, Color? borderSecondaryColor, Color? borderLightColor, Color? borderDarkColor, Color? errorColor, Color? successColor, Color? warningColor, Color? infoColor, Color? blackColor, Color? darkerGreyColor, Color? darkGreyColor, Color? greyColor, Color? softGreyColor, Color? lightGreyColor, Color? whiteColor}) TColors
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