showLoader function
Implementation
Widget showLoader(){
return Scaffold(
backgroundColor: CommonColors.white,
body: Center(child: CircularProgressIndicator(color: CommonColors.primary,),
)
);
}
Widget showLoader(){
return Scaffold(
backgroundColor: CommonColors.white,
body: Center(child: CircularProgressIndicator(color: CommonColors.primary,),
)
);
}