ThemeExt extension
为Theme组件添加隐式动画效果。
curve 动画曲线,默认为线性。
duration 动画持续时间,默认为kThemeAnimationDuration。
onEnd 动画结束时的回调函数。
themeData 主题数据。
返回一个AnimatedTheme组件。
- on
Methods
-
animatedTheme(
{Curve curve = Curves.linear, Duration duration = kThemeAnimationDuration, required ThemeData themeData, VoidCallback? onEnd}) → AnimatedTheme