TeXViewStyle constructor
const
TeXViewStyle({
- TeXViewPadding? padding,
- TeXViewMargin? margin,
- TeXViewSizeUnit? sizeUnit,
- int? height,
- int? width,
- int? elevation,
- Color? contentColor,
- Color? backgroundColor,
- TeXViewBorder? border,
- TeXViewBorderRadius? borderRadius,
- TeXViewTextAlign? textAlign,
- 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;