radius property
double
get
radius
The radius of this vertex, that which assigment by StyleConfiguration. 节点的默认半径,用于被样式选项设置器进行修改以更新图形
Implementation
double get radius => (math.log(degree * 10 + 1)) + _radius;
set
radius
(double radius)
Implementation
set radius(double radius) => _radius = radius;