sentAtStyle property

set sentAtStyle (TextStyle val)

Implementation

set sentAtStyle(TextStyle val) {
  if (val == _sentAtStyle) return;
  _sentAtStyle = val;
  _sentAtTextPainter.text = sentAtTextSpan;

  markNeedsLayout();
}