buildFragment abstract method

dynamic buildFragment(
  1. dynamic context,
  2. Serv service,
  3. dynamic child
)

Build a 'Fragment' of the Widget tree, using the provided Service S.

Implementation

Widget buildFragment(BuildContext context, Serv service, Widget? child);