NeumorphicCheckboxStyle constructor

const NeumorphicCheckboxStyle({
  1. double? selectedDepth,
  2. NeumorphicBorder border = const NeumorphicBorder.none(),
  3. Color? selectedColor,
  4. double? unselectedDepth,
  5. bool? disableDepth,
  6. LightSource? lightSource,
  7. Color? disabledColor,
  8. NeumorphicBoxShape? boxShape,
  9. double? selectedIntensity = 1,
  10. double unselectedIntensity = 0.7,
})

Implementation

const NeumorphicCheckboxStyle({
  this.selectedDepth,
  this.border = const NeumorphicBorder.none(),
  this.selectedColor,
  this.unselectedDepth,
  this.disableDepth,
  this.lightSource,
  this.disabledColor,
  this.boxShape,
  this.selectedIntensity = 1,
  this.unselectedIntensity = 0.7,
});