menu
gnums_utility_widgets package
documentation
dependencies/flutter_animate/src/effects/effect.dart
Effect<T>
Effect.new const constructor
Effect.new const constructor
dark_mode
light_mode
Effect<
T
>
constructor
const
Effect<
T
>
(
{
Duration
?
delay
,
Duration
?
duration
,
Curve
?
curve
,
T?
begin
,
T?
end
,
})
Implementation
const Effect({this.delay, this.duration, this.curve, this.begin, this.end});
gnums_utility_widgets package
documentation
dependencies/flutter_animate/src/effects/effect
Effect<T>
Effect.new const constructor
Effect class