menu
today_design_system package
documentation
components/components.dart
TodayDrawerOverlayState
animateOut method
animateOut method
dark_mode
light_mode
animateOut
method
Future
<
void
>
animateOut
(
)
Implementation
Future<void> animateOut() async { await _animationController.reverse(from: 1); }
today_design_system package
documentation
components/components
TodayDrawerOverlayState
animateOut method
TodayDrawerOverlayState class