ToolBar constructor

const ToolBar({
  1. List<ToolWidget> tools = const [],
})

Implementation

const ToolBar({
  this.tools = const [],
});