set link width
@override void setLinkWidth(double? value) { _linkWidth = value; refresh(); if (!_isLoading) { getMindMap()?.onChanged(); } }