builder property
The widget to render the help item.
If null, a simple Text(body) is used.
Implementation
final Widget Function(BuildContext context)? builder;
The widget to render the help item.
If null, a simple Text(body) is used.
final Widget Function(BuildContext context)? builder;