TestSliderCaptChar constructor
const
TestSliderCaptChar(})
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);