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