ToolBarWidget constructor
ToolBarWidget({
- Key? key,
- MenuAction? action,
- MaximalAction? maximalAction,
- CloseAction? closeAction,
Implementation
ToolBarWidget({Key? key, this.action, this.maximalAction, this.closeAction})
: super(key: key);