build abstract method
Builds the declarative UI Widget subtree based on the reactive state.
Symmetrical to Flutter's StatelessWidget.build.
Ensures:
- Returns a non-null declarative UI Widget subtree.
Implementation
Widget build();
Builds the declarative UI Widget subtree based on the reactive state.
Symmetrical to Flutter's StatelessWidget.build.
Ensures:
Widget build();