BlockquoteConfig constructor
const
BlockquoteConfig({
- Color sideColor = const Color(0xffd0d7de),
- Color textColor = const Color(0xff57606a),
- double sideWith = 4.0,
- EdgeInsets padding = const EdgeInsets.fromLTRB(16, 2, 0, 2),
- 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),
});