build method

  1. @mustCallSuper
  2. @visibleForOverriding
void build()

Declares this node's children and behavior.

Runs once on mount, and again on every rebuild.

super.build() is required, as skipping it drops whatever the superclass declared.

Implementation

@mustCallSuper
@visibleForOverriding
void build() {}