Widget onLongPress(GestureTapCallback? onPressed) => GestureDetector(onLongPress: onPressed, child: this);