SimpleFillSymbol constructor
const
SimpleFillSymbol({})
Implementation
const SimpleFillSymbol({
required this.fillColor,
required this.opacity,
required this.outlineColor,
required this.outlineWidth,
});
const SimpleFillSymbol({
required this.fillColor,
required this.opacity,
required this.outlineColor,
required this.outlineWidth,
});