loading static method

dynamic loading()

Implementation

static Widget loading() {
  return const Skeletonizer(
    child: SizedBox(
      height: 100,
      width: 100,
    ),
  );
}