BsAlertStyle class

Class to set style of BsAlert

Constructors

BsAlertStyle({BsAlertColor? color, BorderRadiusGeometry? borderRadius})
Constructor BsAlertStyle
const

Properties

borderRadius BorderRadiusGeometry?
define borderRadius of BsAlert
final
color BsAlertColor?
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 BsAlertStyle
define alert style danger
dark → const BsAlertStyle
define alert style dark
info → const BsAlertStyle
define alert style info
light → const BsAlertStyle
define alert style light
primary → const BsAlertStyle
define alert style primary
secondary → const BsAlertStyle
define alert style secondary
success → const BsAlertStyle
define alert style success
warning → const BsAlertStyle
define alert style warning