FastSettingsDisclaimerPage constructor

const FastSettingsDisclaimerPage({
  1. Key? key,
  2. List<Widget>? children,
  3. Widget? icon,
  4. double? iconSize,
})

Implementation

const FastSettingsDisclaimerPage({
  super.key,
  this.children,
  this.icon,
  double? iconSize,
}) : iconSize = iconSize ?? kFastSettingIconHeight;