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