menu
fast_app_base package
documentation
common/common.dart
VxAnimatedBox
seconds method
seconds method
dark_mode
light_mode
seconds
method
VxAnimatedBox
seconds
(
{
required
int
sec
,
})
inherited
Implementation
T seconds({required int sec}) { velocityDuration = Duration(seconds: sec); return _child; }
fast_app_base package
documentation
common/common
VxAnimatedBox
seconds method
VxAnimatedBox class