CardPanel constructor

const CardPanel({
  1. required String title,
  2. required Widget child,
  3. Key? key,
})

Implementation

const CardPanel({required this.title, required this.child, super.key});