stroke method

Decor stroke(
  1. double thickness, [
  2. Color? color
])

Implementation

Decor stroke(double thickness, [Color? color]) => _config(stroke: color ?? palette.accent, strokeSize: thickness);