build abstract method
Describes the UI for this layout.
screen is the owning S instance, automatically resolved from the
widget tree — no constructor parameter required.
Implementation
Widget build(BuildContext context, S screen);
Describes the UI for this layout.
screen is the owning S instance, automatically resolved from the
widget tree — no constructor parameter required.
Widget build(BuildContext context, S screen);