NikuPopupMenuButton<T> constructor
NikuPopupMenuButton<T> (
- Widget? child, {
- Key? key,
- T? initialValue,
- PopupMenuItemSelected<
T> ? onSelected, - PopupMenuCanceled? onCanceled,
- String? tooltip,
- double? elevation,
- NikuEdgeInsets? padding,
- Widget? icon,
- Offset? offset,
- bool? enabled,
- ShapeBorder? shape,
- Color? color,
- bool? enableFeedback,
- double? iconSize,
- List<
T> ? items, - PopupMenuItemBuilder<
T> ? itemBuilder,
Implementation
NikuPopupMenuButton(
this.child, {
Key? key,
this.initialValue,
this.onSelected,
this.onCanceled,
this.tooltip,
this.elevation,
this.padding,
this.icon,
this.offset,
this.enabled,
this.shape,
this.color,
this.enableFeedback,
this.iconSize,
this.items,
this.itemBuilder,
}) : super(key: key);