rounded constant

BsBadgeSize const rounded

define rounded badge

Implementation

static const BsBadgeSize rounded = BsBadgeSize(
    margin: EdgeInsets.only(right: 5.0, bottom: 5.0),
    padding: EdgeInsets.only(left: 10.0, right: 10.0, top: 5.0, bottom: 5.0),
    fontSize: 10.0,
    borderRadius: BorderRadius.all(Radius.circular(100.0)));