bodyStyle property

TextStyle get bodyStyle

Implementation

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