isTomorrow property

bool isTomorrow

Implementation

bool get isTomorrow {
  return isDay(DateTime.now().add(const Duration(days: 1)));
}