ToolBarWidget constructor

ToolBarWidget({
  1. Key? key,
  2. MenuAction? action,
  3. MaximalAction? maximalAction,
  4. CloseAction? closeAction,
})

Implementation

ToolBarWidget({Key? key, this.action, this.maximalAction, this.closeAction})
    : super(key: key);