LineHorizontal.w30 constructor

const LineHorizontal.w30({
  1. double? width = -1,
  2. double height = 0.2,
  3. double radius = 0,
  4. Color? color,
  5. EdgeInsetsGeometry? margin,
})

Implementation

const LineHorizontal.w30({
  this.width = -1,
  this.height = 0.2,
  this.radius = 0,
  this.color,
  this.margin,
});