menu
mediasfu_sdk
components_modern\core\theme\mediasfu_animations.dart
AnimatedValue
<
T
>
animateTo method
animateTo
dark_mode
light_mode
animateTo
method
void
animateTo
(
T
newValue
)
Implementation
void animateTo(T newValue) { _targetValue = newValue; notifyListeners(); }
mediasfu_sdk
mediasfu_animations
AnimatedValue
<
T
>
animateTo method
AnimatedValue class