PopupAction<T> constructor
const
PopupAction<T> ({
- required String name,
- required T id,
- bool isSelected = false,
- List<
PopupAction< subActions = const [],T> > - T? parentId,
Implementation
const PopupAction({
required this.name,
required this.id,
this.isSelected = false,
this.subActions = const [],
this.parentId,
});