statement static method
Returns the statement text style.
Implementation
static TextStyle statement({
Variants? variant,
Color? color,
double? fontSize,
}) =>
TextStyle(
fontSize: fontSize ?? 116,
fontWeight: FontWeight.w500,
fontFamily: 'Helvetica Neue',
color: color,
);