getTextFiledStyle function
dynamic
getTextFiledStyle()
Implementation
getTextFiledStyle(){
return TextStyle(fontWeight: FontWeight.w500, color: black, fontSize: textFiledSize);
}
getTextFiledStyle(){
return TextStyle(fontWeight: FontWeight.w500, color: black, fontSize: textFiledSize);
}