ConsoleMacro typedef

ConsoleMacro = void Function(BuildContext context, ConsoleSection section)

Macro for divider section.

Implementation

typedef ConsoleMacro = void Function(
    BuildContext context, ConsoleSection section);