buildWidget method
Implement this function instead of the build() function to utilize a built-in FutureBuilder.
Implementation
@override
Widget buildWidget(BuildContext context) => _inheritedStatefulWidget;
Implement this function instead of the build() function to utilize a built-in FutureBuilder.
@override
Widget buildWidget(BuildContext context) => _inheritedStatefulWidget;