onLongPress method

AzButton onLongPress(
  1. VoidCallback? callback
)

Implementation

AzButton onLongPress(VoidCallback? callback){
  _onLongPress = callback;
  return this;
}