WireText constructor
const
WireText(
- String _text, {
- Key? key,
- required TextStyle textStyle,
- TextAlign? textAlignment,
- int maxLines = 1,
- EdgeInsetsGeometry? margin,
- StrutStyle? strutStyle,
- double minFontSize = 9,
- TextDirection? textDirection,
Implementation
const WireText(this._text,{Key? key,
required this.textStyle,
this.textAlignment,
this.maxLines = 1,
this.margin,
this.strutStyle,
this.minFontSize = 9,
this.textDirection
}) : super(key: key);