HubbleRadioStyle constructor

const HubbleRadioStyle({
  1. required double radioSize,
  2. required double radioBorderWidth,
  3. required Color radioColor,
  4. required Color radioBackground,
  5. required Color boxBackground,
  6. required TextStyle titleStyle,
  7. required TextStyle subtitleStyle,
})

Implementation

const HubbleRadioStyle({
  required this.radioSize,
  required this.radioBorderWidth,
  required this.radioColor,
  required this.radioBackground,
  required this.boxBackground,
  required this.titleStyle,
  required this.subtitleStyle,
});