TextMacro typedef

TextMacro = void Function(BuildContext context, TextSection section)

Macro for text section.

Implementation

typedef TextMacro = void Function(BuildContext context, TextSection section);