tripleLongPress constant

List<KnockType> const tripleLongPress

Triple long-press (default)

Implementation

static const tripleLongPress = [
  KnockType.longPress,
  KnockType.longPress,
  KnockType.longPress,
];