isFromThisFrame property

bool isFromThisFrame

Returns true if the snapshot represents the state of the widgets as of the current frame. If a new frame has been pumped, it returns false, indicating that the snapshot is outdated.

Implementation

bool get isFromThisFrame => root.isFromThisFrame;