UpdatingSwitchTile constructor

const UpdatingSwitchTile({
  1. required bool value,
  2. void onChanged(
    1. bool
    )?,
  3. Widget? title,
  4. Widget? subtitle,
  5. EdgeInsetsGeometry? contentPadding,
  6. Key? key,
})

Implementation

const UpdatingSwitchTile({required this.value, this.onChanged, this.title, this.subtitle, this.contentPadding, super.key});