frameTime property
Duration
get
frameTime
The minimum time between renders.
Implementation
Duration get frameTime => Duration(milliseconds: 1000 ~/ fps);
The minimum time between renders.
Duration get frameTime => Duration(milliseconds: 1000 ~/ fps);