ParagraphBorder constructor

ParagraphBorder({
  1. OptionalColor? color,
  2. String? dashStyle,
  3. Dimension? padding,
  4. Dimension? width,
})

Implementation

ParagraphBorder({
  this.color,
  this.dashStyle,
  this.padding,
  this.width,
});