RWBuilder typedef

RWBuilder = Widget Function(IThemeDataRule themeDataRule, ThemeRule rule)

Signature for the builder function which takes the previous IThemeDataRule and the current ThemeRule and is responsible for returning a widget for ResponsiveBuilder

Implementation

typedef RWBuilder = Widget Function(
    IThemeDataRule themeDataRule, ThemeRule rule);