margin property

EdgeInsets margin
final

用来约束图和坐标轴的 因为坐标轴和图是堆叠起来的,图在坐标轴的内部,需要制定margin,否则放大后图会超出坐标轴

Implementation

final EdgeInsets margin;