DropDownBoxStyle constructor
const
DropDownBoxStyle({
- double? width,
- double? height,
- Color backgroundColor = Colors.transparent,
- BoxBorder? border,
- Decoration? decoration,
- EdgeInsetsGeometry margin = EdgeInsets.zero,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- bool expand = true,
Implementation
const DropDownBoxStyle({
this.width,
this.height,
this.backgroundColor = Colors.transparent,
this.border,
this.decoration,
this.margin = EdgeInsets.zero,
this.padding = EdgeInsets.zero,
this.expand = true,
});