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