build method
Implement the build() function if you wish Implemented in mixin FutureBuilderStateMixin Explicitly implemented here to highlight the override.
Implementation
@override
Widget build(BuildContext context) => super.build(context);
Implement the build() function if you wish Implemented in mixin FutureBuilderStateMixin Explicitly implemented here to highlight the override.
@override
Widget build(BuildContext context) => super.build(context);