loading method

Widget loading(
  1. bool value
)

Implementation

Widget loading(bool value) {
  return ifTrue(value, const CupertinoActivityIndicator());
}