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) {
return buildWidget(context);
}
Subclasses override this method to define their widget tree.
For backward compatibility, this defaults to calling buildWidget.
@override
Widget build(BuildContext context) {
return buildWidget(context);
}