small constant

BsBadgeSize const small

define small badge

Implementation

static const BsBadgeSize small = BsBadgeSize(
    margin: EdgeInsets.only(right: 5.0, bottom: 5.0),
    padding: EdgeInsets.only(left: 3.0, right: 3.0, top: 2.0, bottom: 2.0),
    fontSize: 9.0,
    borderRadius: BorderRadius.all(Radius.circular(50.0)));