NUIDraggableFloatingButtonBean constructor

NUIDraggableFloatingButtonBean({
  1. required EdgeInsets margin,
  2. Alignment? initialAlignment = Alignment.bottomRight,
  3. required double screenHeight,
  4. required double screenWidth,
  5. required double width,
  6. required double height,
  7. double? top,
  8. double? left,
  9. double? bottom,
  10. double? right,
})

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
});