build abstract method

Widget build(
  1. BuildContext context,
  2. S screen
)

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);