loading function

dynamic loading(
  1. double size
)

Implementation

loading (double size) {
  return LoadingAnimationWidget.hexagonDots(
    size: size,
    color: Colors.grey.withOpacity(0.3),
  );
}