FespSlider constructor
const
FespSlider({
- Key? key,
- required FespSlideData initData,
Implementation
const FespSlider({
super.key,
required this.initData,
});
const FespSlider({
super.key,
required this.initData,
});