NUIDraggableFloatingButton constructor
NUIDraggableFloatingButton({})
Implementation
NUIDraggableFloatingButton({
required this.child,
required this.width,
required this.height,
this.initialAlignment = Alignment.bottomRight,
this.feedback,
this.childOnDrag,
this.margin,
this.enabled = true,
Key? key
}) : super(key: key);