elRegularTextStyle property
TextStyle
get
elRegularTextStyle
Implementation
TextStyle get elRegularTextStyle {
return TextStyle(
color: elTheme.regularTextColor,
fontSize: el.config.fontSize,
fontFamily: el.config.fontFamily,
fontFamilyFallback: el.config.fontFamilyFallback,
);
}