BtnConfig class

Constructors

BtnConfig({double? height, Color? bgColor, bool? hasBorder, Color? borderColor, double? radius, double? verticalPadding, Color? textColor, String? fontFamily, double? textSize, bool? hasBold})
const

Properties

bgColor Color?
final
borderColor Color?
final
fontFamily String?
final
hasBold bool?
final
hasBorder bool?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
final
textSize double?
final
verticalPadding double?
final

Methods

merge(BtnConfig? local) BtnConfig
Merge local config with global defaults
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

Static Properties

global BtnConfig
getter/setter pair