getIconLabel function

dynamic getIconLabel(
  1. String title
)

Implementation

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