CellText constructor
const
CellText({
- Key? key,
- required ValueCell<
String> data, - ValueCell<
TextStyle?> ? style, - ValueCell<
StrutStyle?> ? strutStyle, - ValueCell<
TextAlign?> ? textAlign, - ValueCell<
TextDirection?> ? textDirection, - ValueCell<
Locale?> ? locale, - ValueCell<
bool?> ? softWrap, - ValueCell<
TextOverflow?> ? overflow, - ValueCell<
double?> ? textScaleFactor, - ValueCell<
TextScaler?> ? textScaler, - ValueCell<
int?> ? maxLines, - ValueCell<
String?> ? semanticsLabel, - ValueCell<
TextWidthBasis?> ? textWidthBasis, - ValueCell<
TextHeightBehavior?> ? textHeightBehavior, - ValueCell<
Color?> ? selectionColor,
Implementation
const CellText({
super.key,
required this.data,
this.style,
this.strutStyle,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.textScaleFactor,
this.textScaler,
this.maxLines,
this.semanticsLabel,
this.textWidthBasis,
this.textHeightBehavior,
this.selectionColor,
});