DropdownButtonStyle constructor
const
DropdownButtonStyle({
- MainAxisAlignment? mainAxisAlignment,
- Color backgroundColor = const Color.fromARGB(255, 43, 43, 43),
- double? height,
- double? width,
- double? elevation,
- Radius radius = radius20,
- EdgeInsets padding = const EdgeInsets.fromLTRB(0, 2, 10, 2),
Implementation
const DropdownButtonStyle({
this.mainAxisAlignment,
this.backgroundColor = const Color.fromARGB(255, 43, 43, 43),
this.height,
this.width,
this.elevation,
this.radius = radius20,
this.padding = const EdgeInsets.fromLTRB(0, 2, 10, 2),
});