PrintVerbose constructor

PrintVerbose()

Implementation

PrintVerbose()
    : super(
        group: const Group(
          tag: '[V]',
          color: lightBlue,
        ),
      );