btnLg constant

BsButtonSize const btnLg

define size btnLg button

Implementation

static const BsButtonSize btnLg = BsButtonSize(
    iconSize: 18.0,
    fontSize: 18.0,
    padding: EdgeInsets.fromLTRB(18, 8, 18, 8),
    spaceLabelIcon: 10.0);