BsButtonSize class

Class to create size of BsButton

Constructors

BsButtonSize({EdgeInsets? padding, double? fontSize, double? iconSize, double spaceLabelIcon = 5.0})
Constructor of BsButtonSize
const

Properties

fontSize double?
define fontSize of BsButton
final
hashCode int
The hash code for this object.
no setterinherited
iconSize double?
define iconSize of BsButton
final
padding EdgeInsets?
define padding of BsButton
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceLabelIcon double
define spaceLabelIcon of BsButton
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

btnIconLg → const BsButtonSize
define size btnIconLg button
btnIconMd → const BsButtonSize
define size btnIconMd button
btnIconSm → const BsButtonSize
define size buttonIconSm button
btnLg → const BsButtonSize
define size btnLg button
btnMd → const BsButtonSize
define size btnMd button
btnSm → const BsButtonSize
define size btnSm button