DraggableButtonWidget constructor

DraggableButtonWidget({
  1. String title = 'http log',
  2. Function? onTap,
  3. double btnSize = 66,
  4. Color? btnColor,
})

Implementation

DraggableButtonWidget({
  this.title = 'http log',
  this.onTap,
  this.btnSize = 66,
  this.btnColor,
});