textStyle property

set textStyle (TerminalLibraryFlutterStyle value)

Implementation

set textStyle(TerminalLibraryFlutterStyle value) {
  if (value == _painter.textStyle) return;
  _painter.textStyle = value;
  markNeedsLayout();
}