quickExpandSpeed property

Duration get quickExpandSpeed

Implementation

Duration get quickExpandSpeed =>
    Duration(milliseconds: (expandSpeed.inMilliseconds * 1.6).toInt());