bodyStyle property
TextStyle
get
bodyStyle
Implementation
TextStyle get bodyStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 13,
color: theme.bodyTextColor,
height: 1.4,
);
TextStyle get bodyStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 13,
color: theme.bodyTextColor,
height: 1.4,
);