SDropdownMenuStyle constructor
const
SDropdownMenuStyle({
- BoxBorder? border,
- Color barrierColor = Colors.black26,
- bool isSmall = true,
- bool showSelected = false,
- bool leadingIcon = false,
- bool hideIcon = false,
- BoxConstraints? constraints,
- Offset? offset,
- double? elevation,
- Color? color,
- EdgeInsets? padding,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(15)),
Implementation
const SDropdownMenuStyle({
this.border,
this.barrierColor = Colors.black26,
this.isSmall = true,
this.showSelected = false,
this.leadingIcon = false,
this.hideIcon = false,
this.constraints,
this.offset,
this.elevation,
this.color,
this.padding,
this.borderRadius = const BorderRadius.all(Radius.circular(15)),
});