SettingsDetailPage constructor

const SettingsDetailPage({
  1. required Map<String, dynamic> info,
  2. VoidCallback? onShare,
  3. Key? key,
})

Implementation

const SettingsDetailPage({required this.info, this.onShare, super.key});