FTheme constructor
const
FTheme({
- required FThemeData data,
- required Widget child,
- TextDirection? textDirection,
- FPlatformVariant? platform,
- FThemeMotion motion = const FThemeMotion(),
- VoidCallback? onEnd,
- Key? key,
Creates an animated theme.
Implementation
const FTheme({
required this.data,
required this.child,
this.textDirection,
this.platform,
this.motion = const FThemeMotion(),
this.onEnd,
super.key,
});