lineH method

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

Implementation

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