NoDefaultCupertinoThemeData constructor
- Brightness? brightness,
- Color? primaryColor,
- Color? primaryContrastingColor,
- CupertinoTextThemeData? textTheme,
- Color? barBackgroundColor,
- Color? scaffoldBackgroundColor,
- bool? applyThemeToAll,
Creates a NoDefaultCupertinoThemeData styling specification.
Unspecified properties default to null.
Implementation
const NoDefaultCupertinoThemeData({
this.brightness,
this.primaryColor,
this.primaryContrastingColor,
this.textTheme,
this.barBackgroundColor,
this.scaffoldBackgroundColor,
this.applyThemeToAll,
});