TestSliderCaptChar constructor

const TestSliderCaptChar(
  1. Widget image,
  2. double offsetX,
  3. double offsetY, {
  4. double sizeCaptChar = 40,
  5. Color colorCaptChar = Colors.blue,
  6. required SliderController sliderController,
  7. Key? key,
})

Implementation

const TestSliderCaptChar(
  this.image,
  this.offsetX,
  this.offsetY, {
  this.sizeCaptChar = 40,
  this.colorCaptChar = Colors.blue,
  required this.sliderController,
  Key? key,
}) : super(key: key, child: image);