NumDurationExtensions extension
From 'flutter_animate' package https://github.com/gskinner/flutter_animate/blob/main/lib/src/extensions/num_duration_extensions.dart
- on
Properties
- days → Duration
-
Available on num, provided by the NumDurationExtensions extension
Converts the number to days.no setter - hours → Duration
-
Available on num, provided by the NumDurationExtensions extension
Converts the number to hours.no setter - microseconds → Duration
-
Available on num, provided by the NumDurationExtensions extension
Rounds the number to the nearest integer.no setter - milliseconds → Duration
-
Available on num, provided by the NumDurationExtensions extension
Converts the number to seconds.no setter - minutes → Duration
-
Available on num, provided by the NumDurationExtensions extension
Converts the number to minutes.no setter - ms → Duration
-
Available on num, provided by the NumDurationExtensions extension
Converts the number to milliseconds.no setter - seconds → Duration
-
Available on num, provided by the NumDurationExtensions extension
Converts the number to seconds.no setter