Widget onLongPress(void Function() onLongPress, {bool autoFocus = false}) => InkWell( autofocus: autoFocus, onLongPress: onLongPress, child: this, );