Outline constructor

Outline({
  1. String? dashStyle,
  2. OutlineFill? outlineFill,
  3. String? propertyState,
  4. Dimension? weight,
})

Implementation

Outline({this.dashStyle, this.outlineFill, this.propertyState, this.weight});