SettingsDataSliver constructor Null safety

const SettingsDataSliver(
  1. {Key? key,
  2. required VoidCallback? onReset}
)

Sliver of the SettingsDataPage.

Add what it does

Implementation

const SettingsDataSliver({super.key, required this.onReset});