BulletsMacro typedef

BulletsMacro = void Function(BuildContext context, BulletsSection section)

Macro for bullets section.

Implementation

typedef BulletsMacro = void Function(
    BuildContext context, BulletsSection section);