BsBadgeSize class

Class for size of BsBadge

Constructors

BsBadgeSize({EdgeInsets? padding, EdgeInsets? margin, double? fontSize, BorderRadiusGeometry? borderRadius})
Constructor of BsBadgeSize
const

Properties

borderRadius BorderRadiusGeometry?
define borderRadius of BsBadge
final
fontSize double?
define fontSize of BsBadge
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsets?
define margin of BsBadge
final
padding EdgeInsets?
define padding of BsBadge
final
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

large → const BsBadgeSize
define large badge
medium → const BsBadgeSize
define medium badge
rounded → const BsBadgeSize
define rounded badge
small → const BsBadgeSize
define small badge