CoralComputationWidgetExtension<T extends CoralComputation<Widget> > extension
A convenience extension for converting a CoralComputation of Widgets directly into
a strongly-typed CoralWidget, preserving the specific generic type <T>.
- on
-
- T
Methods
-
toWidget(
{Key? key, Widget errorBuilder(BuildContext context, Object error, StackTrace? stackTrace)?}) → CoralWidget -
Available on T, provided by the CoralComputationWidgetExtension extension
Converts this Computation into a strongly-typed CoralWidget.