WebfabrikColorThemeData class

Location History Color Theme Data

A collection of Cupertino colors for the WebfabrikTheme.

Constructors

WebfabrikColorThemeData.new({Color primary = WebfabrikColors.primary, Color primaryTranslucent = WebfabrikColors.primaryTranslucent, Color primaryContrast = WebfabrikColors.white, Color accent = WebfabrikColors.accent, Color translucentBackground = WebfabrikColors.translucentBackground, Color cameraViewBackground = WebfabrikColors.cameraViewBackground, Color text = WebfabrikColors.black, Color buttonLabel = WebfabrikColors.white, Color description = WebfabrikColors.description, Color activityIndicator = WebfabrikColors.white, Color fieldColor = WebfabrikColors.lightGray, Color background = WebfabrikColors.white, Color error = WebfabrikColors.red, Color success = WebfabrikColors.green, Color border = WebfabrikColors.border, Color hint = WebfabrikColors.hint, Color disabledButton = WebfabrikColors.disabled, Color transparent = WebfabrikColors.transparent, Color backgroundContrast = WebfabrikColors.black, Color translucentBackgroundContrast = WebfabrikColors.translucentBackgroundContrast})
const

Properties

accent Color
final
activityIndicator Color
final
background Color
final
backgroundContrast Color
final
border Color
final
buttonLabel Color
final
cameraViewBackground Color
final
description Color
final
disabledButton Color
final
error Color
final
fieldColor Color
final
hashCode int
The hash code for this object.
no setterinherited
hint Color
final
primary Color
final
primaryContrast Color
final
primaryTranslucent Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success Color
final
text Color
final
translucentBackground Color
final
translucentBackgroundContrast Color
final
transparent Color
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