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