SafaehOptionList constructor
const
SafaehOptionList({
- Key? key,
- required List<
Widget> children, - EdgeInsetsGeometry padding = const EdgeInsets.fromLTRB(16, 8, 16, 8),
- double spacing = 8,
Implementation
const SafaehOptionList({
super.key,
required this.children,
this.padding = const EdgeInsets.fromLTRB(16, 8, 16, 8),
this.spacing = 8,
});