setHideControl method

dynamic setHideControl(
  1. dynamic hideControl(
    1. bool isHide
    )
)

Implementation

setHideControl(Function(bool isHide) hideControl) {
  this.hideControl = hideControl;
}