tapHandler property

set tapHandler (VoidCallback? value)

Implementation

set tapHandler(VoidCallback? value) {
  _tapHandler = value;
}