build abstract method

Widget build()

Builds the declarative UI Widget subtree based on the single reactive state.

Symmetrical to Flutter's StatelessWidget.build.

Ensures:

  • Returns a non-null declarative UI Widget subtree.

Implementation

Widget build();