minInertiaRatio property

double get minInertiaRatio

Implementation

double get minInertiaRatio => ref.minInertiaRatio;
set minInertiaRatio (double v)

Implementation

set minInertiaRatio(double v) => ref.minInertiaRatio = v;