ThemeColorHelper class

Constructors

ThemeColorHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getColorWithBestConstrast({required BuildContext context, required Color darkColor, required Color lightColor, Color? backgroundColor}) Color
getDisabledColor(BuildContext context) Color
getHintColor(BuildContext context) Color
getOverlayStyleForColor({required BuildContext context, required Color color}) SystemUiOverlayStyle
getPrimaryBackgroundColor(BuildContext context) Color
getPrimaryColor(BuildContext context) Color
getSecondaryBackgroundColor(BuildContext context) Color
getSecondaryColor(BuildContext context) Color
getShadowColor(BuildContext context) Color
getSurfaceTintColor(BuildContext context) Color
getTertiaryBackgroundColor(BuildContext context) Color
getTertiaryColor(BuildContext context) Color
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