TsaiTextHeading¶
Inter headings in four semantic sizes: extraLarge, large, medium, and
small.
const TsaiTextHeading(
'Portfolio',
size: TsaiHeadingSize.extraLarge,
maxLines: 2,
overflow: TextOverflow.ellipsis,
)
The widget accepts the common Tsai text options: color, textAlign,
overflow, maxLines, softWrap, textScaler, and semanticsLabel.