ToolsGroup constructor

ToolsGroup({
  1. String? title,
  2. List<ItemBuilder>? toolWidgetBuilder,
})

Implementation

ToolsGroup({this.title, this.toolWidgetBuilder});