BsButtonSize constructor

const BsButtonSize({
  1. EdgeInsets? padding,
  2. double? fontSize,
  3. double? iconSize,
  4. double spaceLabelIcon = 5.0,
})

Constructor of BsButtonSize

Implementation

const BsButtonSize(
    {this.padding, this.fontSize, this.iconSize, this.spaceLabelIcon = 5.0});