getLeadTextStyle function

dynamic getLeadTextStyle()

Implementation

getLeadTextStyle(){
  return TextStyle(fontWeight: FontWeight.w400, color: black, fontSize: textFiledSize, fontFamily: 'Colfax');
}