inMicroseconds property

int get inMicroseconds

The duration of one frame, in microseconds.

Implementation

int get inMicroseconds => const Duration(seconds: 1).inMicroseconds ~/ fps;