ChalonaDisplaySource constructor
ChalonaDisplaySource(
- DataFace source, {
- bool editableImagen = false,
- Key? key,
- Widget builder()?,
- TextStyle? style,
- StrutStyle? strutStyle,
- TextAlign? textAlign,
- TextDirection? textDirection,
- Locale? locale,
- bool? softWrap,
- TextOverflow? overflow,
- double? textScaleFactor,
- int? maxLines,
- String? semanticsLabel,
- TextWidthBasis? textWidthBasis,
- TextHeightBehavior? textHeightBehavior,
- Color? selectionColor,
- double? width,
- double? height,
- Widget? loadingChild,
Implementation
ChalonaDisplaySource(
this.source, {
this.editableImagen = false,
super.key,
this.builder,
this.style,
this.strutStyle,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.textScaleFactor,
this.maxLines,
this.semanticsLabel,
this.textWidthBasis,
this.textHeightBehavior,
this.selectionColor,
this.width,
this.height,
this.loadingChild,
}) {
source.on('refresh', (x) {
return refresh();
});
}