builder property
Builds the widget tree.
Receives a BuildContext with access to resolved specs through ComputedStyle.specOf.
Implementation
final Widget Function(BuildContext) builder;
Builds the widget tree.
Receives a BuildContext with access to resolved specs through ComputedStyle.specOf.
final Widget Function(BuildContext) builder;