CodeNestTextOutlined constructor
const
CodeNestTextOutlined(
- String text, {
- Key? key,
- double? fontSize,
- FontWeight? fontWeight,
- Color? color,
- FontStyle? fontStyle,
- String? fontFamily,
- TextAlign? textAlign,
- TextOverflow? overflow,
- int? maxLines,
- double? letterSpacing,
- double? height,
- TextDecoration? decoration,
- Color? decorationColor,
- TextDecorationStyle? decorationStyle,
- Color strokeColor = Colors.black,
- double strokeWidth = 1.0,
- TextStyle? styleOverride,
Implementation
const CodeNestTextOutlined(
this.text, {
super.key,
this.fontSize,
this.fontWeight,
this.color,
this.fontStyle,
this.fontFamily,
this.textAlign,
this.overflow,
this.maxLines,
this.letterSpacing,
this.height,
this.decoration,
this.decorationColor,
this.decorationStyle,
this.strokeColor = Colors.black,
this.strokeWidth = 1.0,
this.styleOverride,
});