StatePicker constructor
const
StatePicker({
- Key? key,
- Widget? child,
- Decoration? decoration,
- double? height,
- double? width,
- EdgeInsets? padding,
- Color? color,
Implementation
const StatePicker(
{Key? key,
this.child,
this.decoration,
this.height,
this.width,
this.padding,
this.color})
: super(key: key);