StiloDuration class abstract

A class that constructs Duration constants

Constructors

StiloDuration()

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

d75 → const Duration
Defines a Duration of 75ms
d100 → const Duration
Defines a Duration of 100ms
d150 → const Duration
Defines a Duration of 150ms
d200 → const Duration
Defines a Duration of 200ms
d300 → const Duration
Defines a Duration of 300ms
d500 → const Duration
Defines a Duration of 500ms
d700 → const Duration
Defines a Duration of 700ms
d1000 → const Duration
Defines a Duration of 1000ms
d1200 → const Duration
Defines a Duration of 1200ms
d1500 → const Duration
Defines a Duration of 1500ms
d2000 → const Duration
Defines a Duration of 2000ms
d3000 → const Duration
Defines a Duration of 3000ms
d5000 → const Duration
Defines a Duration of 5000ms
d10000 → const Duration
Defines a Duration of 10000ms