frameTime property

Duration get frameTime

The minimum time between renders.

Implementation

Duration get frameTime => Duration(milliseconds: 1000 ~/ fps);