BlockquoteConfig constructor

const BlockquoteConfig({
  1. Color sideColor = const Color(0xffd0d7de),
  2. Color textColor = const Color(0xff57606a),
  3. double sideWith = 4.0,
  4. EdgeInsets padding = const EdgeInsets.fromLTRB(16, 2, 0, 2),
  5. EdgeInsets margin = const EdgeInsets.fromLTRB(0, 8, 0, 8),
})

Implementation

const BlockquoteConfig({
  this.sideColor = const Color(0xffd0d7de),
  this.textColor = const Color(0xff57606a),
  this.sideWith = 4.0,
  this.padding = const EdgeInsets.fromLTRB(16, 2, 0, 2),
  this.margin = const EdgeInsets.fromLTRB(0, 8, 0, 8),
});