Outline constructor
Outline({
- String? dashStyle,
- OutlineFill? outlineFill,
- String? propertyState,
- Dimension? weight,
Implementation
Outline({
this.dashStyle,
this.outlineFill,
this.propertyState,
this.weight,
});