TextSpan display(final TextStyle theme) { return TextSpan(text: "$message\n", style: type == ShellStatus.failed ? theme.copyWith(color: Colors.red) : theme); }