ResizableDraggerTheme constructor

const ResizableDraggerTheme({
  1. Color? color,
  2. double? borderRadius,
  3. double? width,
  4. double? height,
  5. double? iconSize,
  6. Color? iconColor,
})

Implementation

const ResizableDraggerTheme({
  this.color,
  this.borderRadius,
  this.width,
  this.height,
  this.iconSize,
  this.iconColor,
});