OutlineFill constructor

OutlineFill({
  1. SolidFill? solidFill,
})

Implementation

OutlineFill({
  this.solidFill,
});