hasMultiple property

bool hasMultiple

Implementation

bool get hasMultiple {
  List<bool> list = [hasTap, hasSecondaryTap, hasDoubleTap, hasLongPress, hasVerticalDrag, hasHorizontalDrag, hasForcePress, hasPan, hasScale];
  return list.where((bool b) => b).length > 1;
}