DraggableButtonWidget constructor

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

Implementation

DraggableButtonWidget({
  this.title = 'DioConsole',
  this.onTap,
  this.btnSize = 50,
  this.btnColor,
});