LineHorizontal.w30 constructor
const
LineHorizontal.w30({
- double? width = -1,
- double height = 0.2,
- double radius = 0,
- Color? color,
- EdgeInsetsGeometry? margin,
Implementation
const LineHorizontal.w30({
this.width = -1,
this.height = 0.2,
this.radius = 0,
this.color,
this.margin,
});