SlidingSegmentDesign constructor

const SlidingSegmentDesign({
  1. Color text = Colors.white,
  2. Color background = Colors.black,
})

Implementation

const SlidingSegmentDesign({
  this.text = Colors.white,
  this.background = Colors.black,
});