disabledColors property

bool disabledColors
getter/setter pair

Disable colors

iOS does not output ANSI colors (they're escaped) You should avoid colorization to not spoil your logging on this platform https://github.com/flutter/flutter/issues/64491

Implementation

bool disabledColors;