GoodsAction constructor

GoodsAction({
  1. Key? key,
  2. List<ActionButtonItem>? actions,
  3. List<ButtonItem>? buttons,
})

Implementation

GoodsAction({Key? key, this.actions, this.buttons}) : super(key: key);