Outline constructor
const
Outline({
- Color? color,
- OutlineStyle? style,
- OutlineWidth? width,
- Unit? offset,
Create an outline with the given color, style, width, and offset.
Implementation
const factory Outline({Color? color, OutlineStyle? style, OutlineWidth? width, Unit? offset}) = _Outline;