CButtonSize enum

CButtonSize.small set the button's height to 32.0. Enumeration defining the size of a CButton. CButtonSize.normal set the button's height to 52.0.

Inheritance

Constructors

CButtonSize()
const

Values

small → const CButtonSize

Represents a small-sized button.

normal → const CButtonSize

Represents a normal-sized button.

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
Returns the height of the button based on its size.
no setter
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<CButtonSize>
A constant List of the values in this enum, in order of their declaration.