NeumorphicCheckboxStyle constructor
const
NeumorphicCheckboxStyle({
- double? selectedDepth,
- NeumorphicBorder border = const NeumorphicBorder.none(),
- Color? selectedColor,
- double? unselectedDepth,
- bool? disableDepth,
- LightSource? lightSource,
- Color? disabledColor,
- NeumorphicBoxShape? boxShape,
- double? selectedIntensity = 1,
- 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,
});