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