An optional tap callback.
VoidCallback? get onTap => _onTap;
Sets the tap callback.
set onTap(VoidCallback? v) { _onTap = v; }