getRectProperties property

RectProperties getRectProperties
inherited

Implementation

RectProperties get getRectProperties => RectProperties.fromJson({
      ..._defaultRectProperties.toJson(),
      ..._rectProperties.toJson(),
    });