LineFill constructor

LineFill({
  1. SolidFill? solidFill,
})

Implementation

LineFill({
  this.solidFill,
});