builder abstract method

Widget builder(
  1. BuildContext context,
  2. Object? parameter
)

builder(): Function that provides the widget localization in the tree (context), and the widget parameter.

Implementation

Widget builder(BuildContext context, Object? parameter);