BlockStyle constructor
const
BlockStyle({
- EdgeInsets? margin,
- EdgeInsets? padding,
- BackgroundStyle? background,
- InlineTextStyle? text,
- TextAlign? textAlign,
Implementation
const BlockStyle({
EdgeInsets? margin,
EdgeInsets? padding,
this.background,
this.text,
this.textAlign,
}) : _margin = margin,
_padding = padding;