builder property
The function which will build the widget below this widget in the tree.
Implementation
final Widget Function(BuildContext builderContext, MenuController controller)
builder;
The function which will build the widget below this widget in the tree.
final Widget Function(BuildContext builderContext, MenuController controller)
builder;