OptimusCircleLoaderSize enum

Inheritance

Constructors

OptimusCircleLoaderSize()
const

Values

small → const OptimusCircleLoaderSize

Small loader is intended to be used inside of the components like inputs or buttons where the space is limited.

medium → const OptimusCircleLoaderSize

Medium loader is intended to be used for loading content or elements of medium size, like cards or panels.

large → const OptimusCircleLoaderSize

Large 56px loader is intended to be used for loading content or elements without space constraints like layouts or pages.

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