Durations class abstract final

The set of durations in the Material specification.

See also:

Constructors

Durations()

Properties

hashCode int
The hash code for this object.
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

extralong1 → const Duration
The extralong1 duration (700ms) in the Material specification.
extralong2 → const Duration
The extralong2 duration (800ms) in the Material specification.
extralong3 → const Duration
The extralong3 duration (900ms) in the Material specification.
extralong4 → const Duration
The extralong4 duration (1000ms) in the Material specification.
long1 → const Duration
The long1 duration (450ms) in the Material specification.
long2 → const Duration
The long2 duration (500ms) in the Material specification.
long3 → const Duration
The long3 duration (550ms) in the Material specification.
long4 → const Duration
The long4 duration (600ms) in the Material specification.
medium1 → const Duration
The medium1 duration (250ms) in the Material specification.
medium2 → const Duration
The medium2 duration (300ms) in the Material specification.
medium3 → const Duration
The medium3 duration (350ms) in the Material specification.
medium4 → const Duration
The medium4 duration (400ms) in the Material specification.
short1 → const Duration
The short1 duration (50ms) in the Material specification.
short2 → const Duration
The short2 duration (100ms) in the Material specification.
short3 → const Duration
The short3 duration (150ms) in the Material specification.
short4 → const Duration
The short4 duration (200ms) in the Material specification.