textTheme property

NUITextTheme textTheme

Implementation

NUITextTheme get textTheme {
  assert(_textTheme != null);
  _textTheme!.setColorCodes(colorCodes);
  return _textTheme!;
}