headingBaseStyle top-level property Null safety
read / write
Implementation
HeadingBaseStyle headingBaseStyle = HeadingBaseStyle(
color: 'text.900',
dDark: Dark(color: 'text.50'),
fontWeight: "bold",
lineHeight: "sm",
);
HeadingBaseStyle headingBaseStyle = HeadingBaseStyle(
color: 'text.900',
dDark: Dark(color: 'text.50'),
fontWeight: "bold",
lineHeight: "sm",
);