NUIDropDownButtonContent<T> constructor
NUIDropDownButtonContent<T> ({
- Color overlayColor = Colors.transparent,
- required Offset position,
- bool animate = true,
- EdgeInsets? padding,
- BoxDecoration? decoration,
- BoxConstraints? boxConstraints,
- double? width,
- required List<
T> selections, - required NUIItemDropDownButtonBuilder<
T> itemBuilder, - required NUIDropDownButtonController controller,
Implementation
NUIDropDownButtonContent({
this.overlayColor = Colors.transparent,
required this.position,
this.animate = true,
this.padding,
this.decoration,
this.boxConstraints,
this.width,
required this.selections,
required this.itemBuilder,
required this.controller
});