getIconLabel function
Implementation
getIconLabel(String title){
return Text(title,textAlign: TextAlign.center,style: TextStyle(fontWeight: FontWeight.w400,color: black,fontSize: textFiledSize),);
}
getIconLabel(String title){
return Text(title,textAlign: TextAlign.center,style: TextStyle(fontWeight: FontWeight.w400,color: black,fontSize: textFiledSize),);
}