SectionCard constructor
const
SectionCard({
- Key? key,
- required List<
Widget> children, - EdgeInsetsGeometry padding = const EdgeInsets.all(16),
Implementation
const SectionCard({
super.key,
required this.children,
this.padding = const EdgeInsets.all(16),
});