BannerMacro typedef

BannerMacro = void Function(BuildContext context, BannerSection section)

Macro for banner section.

Implementation

typedef BannerMacro = void Function(
    BuildContext context, BannerSection section);