build method
Subclasses override this method to define their widget tree.
For backward compatibility, this defaults to calling buildWidget.
Implementation
@override
Widget build(BuildContext context) => builder(context);
Subclasses override this method to define their widget tree.
For backward compatibility, this defaults to calling buildWidget.
@override
Widget build(BuildContext context) => builder(context);