DragNub constructor

const DragNub(
  1. {double width,
  2. double height,
  3. Color color,
  4. double borderWidth}
)

Implementation

const DragNub({
  this.width,
  this.height,
  this.color,
  this.borderWidth,
});