NeumorphicRadioStyle constructor
const
NeumorphicRadioStyle({
- double? selectedDepth,
- double? unselectedDepth,
- Color? selectedColor,
- Color? unselectedColor,
- LightSource? lightSource,
- bool disableDepth = false,
- NeumorphicBoxShape? boxShape,
- NeumorphicBorder border = const NeumorphicBorder.none(),
- double? intensity,
- NeumorphicShape? shape,
Implementation
const NeumorphicRadioStyle({
this.selectedDepth,
this.unselectedDepth,
this.selectedColor,
this.unselectedColor,
this.lightSource,
this.disableDepth = false,
this.boxShape,
this.border = const NeumorphicBorder.none(),
this.intensity,
this.shape,
});