build method

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

Implement the build() function if you wish Note, it's already implemented in mixin FutureBuilderStateMixin Simply explicitly implemented here to indicate the override.

Implementation

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