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