MdBlockQuote constructor

const MdBlockQuote({
  1. required TextStyle? blockquote,
  2. required BoxDecoration? blockquoteDecoration,
  3. required EdgeInsets? blockquotePadding,
  4. required EdgeInsets? blockquoteContentPadding,
})

Implementation

const MdBlockQuote({
  required this.blockquote,
  required this.blockquoteDecoration,
  required this.blockquotePadding,
  required this.blockquoteContentPadding,
});