RBuilder typedef

RBuilder = Widget Function(BuildContext ctx, ResponsiveInformation info)

Signature for the builder function which takes the BuildContext and ResponsiveInformation and is responsible for returning a widget which is to be rendered.

Implementation

typedef RBuilder = Widget Function(
    BuildContext ctx, ResponsiveInformation info);