SeparatorView constructor

const SeparatorView({
  1. double dashHeight = 1,
  2. Color color = Colors.black,
  3. double dashWidth = 10,
  4. Axis direction = Axis.horizontal,
  5. Key? key,
})

Implementation

const SeparatorView({
  this.dashHeight = 1,
  this.color = Colors.black,
  this.dashWidth=10,
  this.direction  = Axis.horizontal,
  Key? key}):super(key: key);