NoDefaultCupertinoThemeData constructor

const NoDefaultCupertinoThemeData(
  1. {Brightness? brightness,
  2. Color? primaryColor,
  3. Color? primaryContrastingColor,
  4. CupertinoTextThemeData? textTheme,
  5. Color? barBackgroundColor,
  6. Color? scaffoldBackgroundColor,
  7. 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,
});