titleStyle function
Implementation
titleStyle(double size){
TextStyle titleStyleWhite=TextStyle(
fontSize: size,
color: textBlack,
fontWeight: FontWeight.w600
);
return titleStyleWhite;
}
titleStyle(double size){
TextStyle titleStyleWhite=TextStyle(
fontSize: size,
color: textBlack,
fontWeight: FontWeight.w600
);
return titleStyleWhite;
}