lineV method

  1. @mustCallSuper
Decor lineV(
  1. double thickness, [
  2. Color? color
])

Implementation

@mustCallSuper
Decor lineV(double thickness, [Color? color]) => ui.lineV(thickness, color ?? palette.onBackground);