Outline constructor
const
Outline({
- Color? color,
- OutlineStyle? style,
- OutlineWidth? width,
- Unit? offset,
Implementation
const factory Outline({Color? color, OutlineStyle? style, OutlineWidth? width, Unit? offset}) = _Outline;