InlineCodeStyle constructor
const
InlineCodeStyle({
- String? fontFamily,
- String? fontFamilyPackage,
- List<
String> ? fontFamilyFallback, - double? fontSizeFactor,
- FontWeight? fontWeight,
- Color? color,
- Color? backgroundColor,
- Color? borderColor,
- double? borderWidth,
- Radius? borderRadius,
- EdgeInsets? padding,
- BoxHeightStyle? boxHeightStyle,
Creates an inline code style. Null fields keep the resolved default.
Implementation
const InlineCodeStyle({
this.fontFamily,
this.fontFamilyPackage,
this.fontFamilyFallback,
this.fontSizeFactor,
this.fontWeight,
this.color,
this.backgroundColor,
this.borderColor,
this.borderWidth,
this.borderRadius,
this.padding,
this.boxHeightStyle,
});