Renders the widget to a string or View.
Use layout widgets like Row and Column to compose child views.
Row
Column
@override Object view() { final built = build(_FallbackBuildContext(this)); return built.view(); }