build method
Implement the build() function if you don't use initAsync() Implemented in mixin FutureBuilderStateMixin Explicitly implemented here to highlight the override.
Implementation
@override
//ignore: unnecessary_overrides
Widget build(BuildContext context) => super.build(context);