showCircularProgressIndicator method

dynamic showCircularProgressIndicator({
  1. bool show = true,
})

Implementation

showCircularProgressIndicator({bool show = true}) {
  _showCircularProgress = show;
  //update();
}