FCapturedTheme constructor
const
FCapturedTheme({
- ValueListenable<
FThemeData> ? theme, - ValueListenable<
FAccessibility> ? accessibility, - ValueListenable<
FPlatformVariant> ? platform,
Creates a FCapturedTheme.
Implementation
const FCapturedTheme({this.theme, this.accessibility, this.platform});