Outline constructor

const Outline({
  1. Color? color,
  2. OutlineStyle? style,
  3. OutlineWidth? width,
  4. Unit? offset,
})

Implementation

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