loading method

Widget loading(
  1. BuildContext context
)

Implementation

Widget loading(BuildContext context) {
  return const Placeholder();
}