CodeNestTextOutlined constructor

const CodeNestTextOutlined(
  1. String text, {
  2. Key? key,
  3. double? fontSize,
  4. FontWeight? fontWeight,
  5. Color? color,
  6. FontStyle? fontStyle,
  7. String? fontFamily,
  8. TextAlign? textAlign,
  9. TextOverflow? overflow,
  10. int? maxLines,
  11. double? letterSpacing,
  12. double? height,
  13. TextDecoration? decoration,
  14. Color? decorationColor,
  15. TextDecorationStyle? decorationStyle,
  16. Color strokeColor = Colors.black,
  17. double strokeWidth = 1.0,
  18. 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,
});