BtnSize enum

Defines the possible sizes for the FxButton.

The tiny size represents the smallest size for the button. The small size represents a small-sized button. The normal size represents a regular-sized button. The medium size represents a medium-sized button. The large size represents the large size for the button.

Inheritance

Constructors

BtnSize()
const

Values

tiny → const BtnSize
small → const BtnSize
normal → const BtnSize
medium → const BtnSize
large → const BtnSize

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

values → const List<BtnSize>
A constant List of the values in this enum, in order of their declaration.