EmergentCheckboxStyle constructor
const
EmergentCheckboxStyle({
- double? selectedDepth,
- EmergentBorder border = const EmergentBorder.none(),
- Color? selectedColor,
- double? unselectedDepth,
- bool? disableDepth,
- LightSource? lightSource,
- Color? disabledColor,
- EmergentBoxShape? boxShape,
- double? selectedIntensity = 1,
- double unselectedIntensity = 0.7,
Implementation
const EmergentCheckboxStyle({
this.selectedDepth,
this.border = const EmergentBorder.none(),
this.selectedColor,
this.unselectedDepth,
this.disableDepth,
this.lightSource,
this.disabledColor,
this.boxShape,
this.selectedIntensity = 1,
this.unselectedIntensity = 0.7,
});