menu
materialx_flutter package
documentation
utils/delay_tween.dart
DelayTweenOffset
DelayTweenOffset.new constructor
DelayTweenOffset.new constructor
dark_mode
light_mode
DelayTweenOffset
constructor
DelayTweenOffset
(
{
Offset
?
begin
,
Offset
?
end
,
required
double
delay
,
})
Implementation
DelayTweenOffset({Offset? begin, Offset? end, required this.delay}) : super(begin: begin, end: end);
materialx_flutter package
documentation
utils/delay_tween
DelayTweenOffset
DelayTweenOffset.new constructor
DelayTweenOffset class