NUIDraggableFloatingButtonBean constructor
NUIDraggableFloatingButtonBean({})
Implementation
NUIDraggableFloatingButtonBean({
required this.margin,
this.initialAlignment = Alignment.bottomRight,
required this.screenHeight,
required this.screenWidth,
required this.width,
required this.height,
this.top,
this.left,
this.bottom,
this.right
});