TUIKitDragArea constructor
const
TUIKitDragArea({})
Implementation
const TUIKitDragArea(
{Key? key,
required this.child,
this.initOffset,
this.closeFun,
this.isAllowDrag = false, this.backgroundColor})
: super(key: key);