BsDropdownMenu constructor
const
BsDropdownMenu({
- Key? key,
- required List<
Widget> children, - bool? dark,
- BsCardVariant? variant,
- Color? color,
- double minWidth = 160.0,
- double maxWidth = 320.0,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(vertical: 8.0),
Implementation
const BsDropdownMenu({
super.key,
required this.children,
this.dark,
this.variant,
this.color,
this.minWidth = 160.0,
this.maxWidth = 320.0,
this.padding = const EdgeInsets.symmetric(vertical: 8.0),
});