SectionCard constructor
- Key? key,
- required Widget child,
- required bool isDarkMode,
- EdgeInsets? padding,
Implementation
const SectionCard({
super.key,
required this.child,
required this.isDarkMode,
this.padding,
});
const SectionCard({
super.key,
required this.child,
required this.isDarkMode,
this.padding,
});