build method

  1. @override
Widget build(
  1. BuildContext context
)
override

Implement the build() function if you don't want to use the built-in FutureBuilder implemented in mixin FutureBuilderStateMixin Explicitly implemented here to highlight the override.

Implementation

@override
Widget build(BuildContext context) => super.build(context);