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