isFlipped property

bool get isFlipped

Check if the card is currently flipped

Implementation

bool get isFlipped => _state?._isFlipped ?? false;