BsBadgeStyle class

Class style of BsBadge

Constructors

BsBadgeStyle({Color? color, Color? backgroundColor})
Constructor BsBadgeStyle
const

Properties

backgroundColor Color?
define backgroundColor BsBadge
final
color Color?
define color BsBadge
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 BsBadgeStyle
define danger badge
dark → const BsBadgeStyle
define dark badge
info → const BsBadgeStyle
define info badge
light → const BsBadgeStyle
define light badge
primary → const BsBadgeStyle
define primary badge
secondary → const BsBadgeStyle
define secondary badge
success → const BsBadgeStyle
define success badge
warning → const BsBadgeStyle
define warning badge