paragraphLargeRegular property
TextStyle
get
paragraphLargeRegular
Implementation
TextStyle get paragraphLargeRegular => const TextStyle(
fontSize: 18,
decoration: TextDecoration.none,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w400,
height: 26.1 / 18,
letterSpacing: 0,
);