btnMd constant

BsButtonSize const btnMd

define size btnMd button

Implementation

static const BsButtonSize btnMd = BsButtonSize(
  padding: EdgeInsets.fromLTRB(12, 8, 12, 8),
  fontSize: 12.0,
  iconSize: 14.0,
);