SelectionBorderSide.dashed constructor

const SelectionBorderSide.dashed({
  1. Color? color,
  2. required double width,
  3. List<double> dashIntervals = kDefaultDashIntervals,
})

Implementation

const SelectionBorderSide.dashed({
  this.color,
  required this.width,
  this.dashIntervals = kDefaultDashIntervals,
}) : dashed = true;