Direction enum

BrnIconButton组件,基于【BrnIconButton组件】图文组合组件 为了解决icon和文字组合的问题 图文的方向 bottom、文字在下 icon在上 top、文字在上 icon在下 Left、文字在左 icon在右 right、文字在右 icon在左

Inheritance

Constructors

Direction()
const

Values

left → const Direction

文字在左边

文字在右边

top → const Direction

文字在上边

bottom → const Direction

文字在下边

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<Direction>
A constant List of the values in this enum, in order of their declaration.