FB5Colors class

Constructors

FB5Colors({Color primary = BootstrapColors.blue, Color secondary = BootstrapColors.gray600, Color success = BootstrapColors.green, Color danger = BootstrapColors.red, Color warning = BootstrapColors.yellow, Color info = BootstrapColors.cyan, Color light = BootstrapColors.gray100, Color dark = BootstrapColors.gray900, Color body = BootstrapColors.gray900, Color muted = BootstrapColors.gray90075, Color white = BootstrapColors.white, Color black50 = BootstrapColors.black50, Color white50 = BootstrapColors.white50})
const

Properties

black50 Color
final
body Color
final
danger Color
final
dark Color
final
hashCode int
The hash code for this object.
no setterinherited
info Color
final
light Color
final
muted Color
final
primary Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
final
success Color
final
warning Color
final
white Color
final
white50 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