WebThemeData constructor

const WebThemeData({
  1. IconData? rotateLeftIcon,
  2. IconData? rotateRightIcon,
  3. IconData? doneIcon,
  4. IconData? backIcon,
  5. Color? rotateIconColor,
  6. double? scaleSliderMinValue,
  7. double? scaleSliderMaxValue,
  8. int? scaleSliderDivisions,
})

Implementation

const WebThemeData({
  this.rotateLeftIcon,
  this.rotateRightIcon,
  this.doneIcon,
  this.backIcon,
  this.rotateIconColor,
  this.scaleSliderMinValue,
  this.scaleSliderMaxValue,
  this.scaleSliderDivisions,
});