EmergentRadioStyle constructor
const
EmergentRadioStyle({
- double? selectedDepth,
- double? unselectedDepth,
- Color? selectedColor,
- Color? unselectedColor,
- LightSource? lightSource,
- bool disableDepth = false,
- EmergentBoxShape? boxShape,
- EmergentBorder border = const EmergentBorder.none(),
- double? intensity,
- EmergentShape? shape,
Implementation
const EmergentRadioStyle({
this.selectedDepth,
this.unselectedDepth,
this.selectedColor,
this.unselectedColor,
this.lightSource,
this.disableDepth = false,
this.boxShape,
this.border = const EmergentBorder.none(),
this.intensity,
this.shape,
});