offset property

Offset offset

The offset of the card on the top of the stack.

Implementation

Offset get offset => _offset;
void offset=(Offset newOffset)

Implementation

set offset(Offset newOffset) {
  _offset = newOffset;
  notifyListeners();
}