Skip to content

TsaiTextHeading

Inter headings in four semantic sizes: extraLarge, large, medium, and small.

Open live example

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.