jetBuild abstract method

Widget jetBuild(
  1. BuildContext context,
  2. WidgetRef ref,
  3. Jet jet
)

Build method that provides context, WidgetRef, and Jet instance

context - The build context ref - The WidgetRef for accessing Riverpod providers jet - The Jet instance for accessing framework features

Implementation

Widget jetBuild(BuildContext context, WidgetRef ref, Jet jet);