btnIconLg constant

BsButtonSize const btnIconLg

define size btnIconLg button

Implementation

static const BsButtonSize btnIconLg = BsButtonSize(
  iconSize: 22.0,
  padding: EdgeInsets.fromLTRB(10, 10, 10, 10),
);