EmergentRadioStyle constructor

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