btnIconMd constant

BsButtonSize const btnIconMd

define size btnIconMd button

Implementation

static const BsButtonSize btnIconMd = BsButtonSize(
  iconSize: 14.0,
  padding: EdgeInsets.fromLTRB(8, 8, 8, 8),
);