BlockQuoteStyle constructor
const
BlockQuoteStyle({
- double? barWidth,
- Color? barColor,
- Radius? barRadius,
- Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- TextStyle? textStyle,
Creates a blockquote style. Null fields defer to the theme, then to the resolved default.
Implementation
const BlockQuoteStyle({
this.barWidth,
this.barColor,
this.barRadius,
this.backgroundColor,
this.padding,
this.margin,
this.textStyle,
});