builder abstract method
builder(): Function that provides the widget localization in the tree (context), and the widget parameter.
Implementation
Widget builder(BuildContext context, Object? parameter);
builder(): Function that provides the widget localization in the tree (context), and the widget parameter.
Widget builder(BuildContext context, Object? parameter);