TeXViewStyle constructor

const TeXViewStyle({
  1. TeXViewPadding? padding,
  2. TeXViewMargin? margin,
  3. TeXViewSizeUnit? sizeUnit,
  4. int? height,
  5. int? width,
  6. int? elevation,
  7. Color? contentColor,
  8. Color? backgroundColor,
  9. TeXViewBorder? border,
  10. TeXViewBorderRadius? borderRadius,
  11. TeXViewTextAlign? textAlign,
  12. TeXViewFontStyle? fontStyle,
})

Implementation

const TeXViewStyle(
    {this.padding,
    this.margin,
    this.sizeUnit,
    this.height,
    this.width,
    this.elevation,
    this.contentColor,
    this.backgroundColor,
    this.border,
    this.borderRadius,
    this.textAlign,
    this.fontStyle})
    : cascadingStyleSheets = null;