DropdownMenus<K, V> constructor
const
DropdownMenus<K, V> ({
- Key? key,
- Color backgroundColor = const Color(0x80000000),
- double? width,
- bool isModal = false,
- Decoration? decoration,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.spaceAround,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- DropdownMenusChanged<
K, V> ? onChanged,
Implementation
const DropdownMenus(
{super.key,
required this.menus,
this.backgroundColor = const Color(0x80000000),
this.width,
this.isModal = false,
this.decoration,
this.mainAxisAlignment = MainAxisAlignment.spaceAround,
this.margin,
this.padding,
this.onChanged});