HeadingMacro typedef

HeadingMacro = void Function(BuildContext context, HeadingSection section)

Macro for heading section.

Implementation

typedef HeadingMacro = void Function(
    BuildContext context, HeadingSection section);