SelectionBorderSide.solid constructor

const SelectionBorderSide.solid({
  1. Color? color,
  2. required double width,
})

Implementation

const SelectionBorderSide.solid({
  this.color,
  required this.width,
})  : dashed = false,
      dashIntervals = const <double>[];