jetBuild abstract method
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);