setTextStyle method

void setTextStyle(
  1. TextStyle? textStyle
)

Implementation

void setTextStyle(TextStyle? textStyle) {
  _textStyle = textStyle;
  refresh();
  getMindMap()?.onChanged();
}