BsAlertColor class

Class to set color of BsAlert

Constructors

BsAlertColor({required Color color, required Color backgroundColor, required Color borderColor})
Construct BsAlertColor
const

Properties

backgroundColor Color
define backgroundColor of BsAlert
final
borderColor Color
define borderColor of BsAlert
final
color Color
define color of BsAlert
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

danger → const BsAlertColor
define alert color danger
dark → const BsAlertColor
define alert color dark
info → const BsAlertColor
define alert color info
light → const BsAlertColor
define alert color light
primary → const BsAlertColor
define alert color primary
secondary → const BsAlertColor
define alert color secondary
success → const BsAlertColor
define alert color success
warning → const BsAlertColor
define alert color warning