menu
flutter_widget_catalogue package
documentation
Animations/animation_limiter.dart
AnimationLimiter
AnimationLimiter.new const constructor
AnimationLimiter.new const constructor
dark_mode
light_mode
AnimationLimiter
constructor
const
AnimationLimiter
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const AnimationLimiter({super.key, required this.child});
flutter_widget_catalogue package
documentation
Animations/animation_limiter
AnimationLimiter
AnimationLimiter.new const constructor
AnimationLimiter class