GoodsAction constructor
GoodsAction({
- Key? key,
- List<
ActionButtonItem> ? actions, - List<
ButtonItem> ? buttons,
Implementation
GoodsAction({Key? key, this.actions, this.buttons}) : super(key: key);