ThemedH1 constructor
ThemedH1(
- dynamic text, {
- dynamic type,
- dynamic emphasis,
- dynamic key,
- dynamic strutStyle,
- dynamic textAlign,
- dynamic textDirection,
- dynamic locale,
- dynamic softWrap,
- dynamic overflow,
- dynamic textScaleFactor,
- dynamic maxLines,
- dynamic semanticsLabel,
- dynamic textWidthBasis,
- dynamic textHeightBehavior,
Implementation
ThemedH1(text, {type, emphasis, key, strutStyle, textAlign, textDirection, locale, softWrap, overflow, textScaleFactor, maxLines, semanticsLabel, textWidthBasis, textHeightBehavior})
: super(
text,
type: type,
emphasis: emphasis,
key: key,
strutStyle: strutStyle,
textAlign: textAlign,
textDirection: textDirection,
locale: locale,
softWrap: softWrap,
overflow: overflow,
textScaleFactor: textScaleFactor,
maxLines: maxLines,
semanticsLabel: semanticsLabel,
textWidthBasis: textWidthBasis,
textHeightBehavior:textHeightBehavior
);