ToolsGroup constructor
ToolsGroup({
- String? title,
- List<
ItemBuilder> ? toolWidgetBuilder,
Implementation
ToolsGroup({this.title, this.toolWidgetBuilder});