DebugMenuInfo constructor

const DebugMenuInfo({
  1. required String title,
  2. IconData? icon,
})

Implementation

const DebugMenuInfo({required this.title, this.icon});