AppDurationsSystem class

Sistema de duraciones con acceso organizado

Proporciona acceso a duraciones base y específicas por feature a través de Consts.durations.

Uso:

// Duraciones base (escala general)
AnimatedContainer(duration: Consts.durations.base.md);

// Duraciones por feature (casos específicos)
Timer(Consts.durations.feat.searchDebounce, callback);

Constructors

AppDurationsSystem()

Properties

base BaseDurations
Duraciones base (escala xxs → mega)
no setter
feat FeatDurations
Duraciones específicas por feature
no setter
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