getTextStyle method
Implementation
TextStyle getTextStyle(Color getTextColor, double initFontSize) {
TextStyle newSelectedTextStyle = _selectedFontTextStyle.copyWith(
color: getTextColor,
fontSize: initFontSize,
height: 1.35,
letterSpacing: 1);
return newSelectedTextStyle;
}