PlatformSettingsData constructor

PlatformSettingsData({
  1. bool iosUsesMaterialWidgets = false,
  2. bool iosUseZeroPaddingForAppbarPlatformIcon = false,
  3. bool legacyIosUsesMaterialWidgets = false,
  4. PlatformStyleData platformStyle = const PlatformStyleData(),
  5. bool wrapCupertinoAppBarMiddleWithMediaQuery = true,
  6. bool matchMaterialCaseForPlatformText = true,
})

Implementation

PlatformSettingsData({
  this.iosUsesMaterialWidgets = false,
  this.iosUseZeroPaddingForAppbarPlatformIcon = false,
  this.legacyIosUsesMaterialWidgets = false,
  this.platformStyle = const PlatformStyleData(),
  this.wrapCupertinoAppBarMiddleWithMediaQuery = true,
  this.matchMaterialCaseForPlatformText = true,
});