isBottom method

bool isBottom()

Implementation

bool isBottom() {
  if (hoverDirection == CardActionAxis.bottom) return true;

  return false;
}