isFlipped property
bool
get
isFlipped
Check if the card is currently flipped
Implementation
bool get isFlipped => _state?._isFlipped ?? false;
Check if the card is currently flipped
bool get isFlipped => _state?._isFlipped ?? false;