Outline constructor

const Outline({
  1. Color? color,
  2. OutlineStyle? style,
  3. OutlineWidth? width,
  4. 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;