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