CBuilder<T> typedef

CBuilder<T> = Widget Function(BuildContext ctx, T match)

Signature for the builder function which takes the BuildContext and T? and is match conditions for the ConditionalResponsiveWidget.

Implementation

typedef CBuilder<T> = Widget Function(BuildContext ctx, T match);