PrintError constructor

PrintError()

Implementation

PrintError()
    : super(
        group: const Group(
          tag: '✖',
          color: lightRed,
        ),
      );