menu
flenx package
documentation
shell/components/card_panel.dart
CardPanel
CardPanel.new const constructor
CardPanel.new const constructor
dark_mode
light_mode
CardPanel
constructor
const
CardPanel
(
{
required
String
title
,
required
Widget
child
,
Key
?
key
,
})
Implementation
const CardPanel({required this.title, required this.child, super.key});
flenx package
documentation
shell/components/card_panel
CardPanel
CardPanel.new const constructor
CardPanel class