UISwipe constructor
const
UISwipe({
- Key? key,
- required UIComponent componentData,
- dynamic callback()?,
Implementation
const UISwipe({
super.key,
required this.componentData,
this.callback,
});