DartCodeViewerThemeData constructor

const DartCodeViewerThemeData({
  1. TextStyle? baseStyle,
  2. TextStyle? classStyle,
  3. TextStyle? commentStyle,
  4. TextStyle? constantStyle,
  5. TextStyle? keywordStyle,
  6. TextStyle? numberStyle,
  7. TextStyle? punctuationStyle,
  8. TextStyle? stringStyle,
  9. Color? backgroundColor,
  10. Text? copyButtonText,
  11. bool? showCopyButton,
  12. double? height,
  13. double? width,
  14. ButtonStyle? buttonStyle,
})

Implementation

const DartCodeViewerThemeData({
  this.baseStyle,
  this.classStyle,
  this.commentStyle,
  this.constantStyle,
  this.keywordStyle,
  this.numberStyle,
  this.punctuationStyle,
  this.stringStyle,
  this.backgroundColor,
  this.copyButtonText,
  this.showCopyButton,
  this.height,
  this.width,
  this.buttonStyle,
});