ParagraphBorder constructor
ParagraphBorder({
- OptionalColor? color,
- String? dashStyle,
- Dimension? padding,
- Dimension? width,
Implementation
ParagraphBorder({
this.color,
this.dashStyle,
this.padding,
this.width,
});