NeumorphicRadioStyle constructor

const NeumorphicRadioStyle({
  1. double? selectedDepth,
  2. double? unselectedDepth,
  3. Color? selectedColor,
  4. Color? unselectedColor,
  5. LightSource? lightSource,
  6. bool disableDepth = false,
  7. NeumorphicBoxShape? boxShape,
  8. NeumorphicBorder border = const NeumorphicBorder.none(),
  9. double? intensity,
  10. 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,
});