MdBlockQuote constructor
const
MdBlockQuote({
- required TextStyle? blockquote,
- required BoxDecoration? blockquoteDecoration,
- required EdgeInsets? blockquotePadding,
- required EdgeInsets? blockquoteContentPadding,
Implementation
const MdBlockQuote({
required this.blockquote,
required this.blockquoteDecoration,
required this.blockquotePadding,
required this.blockquoteContentPadding,
});