defaultRadioProperties top-level property

RadioProperties defaultRadioProperties

Implementation

RadioProperties get defaultRadioProperties => RadioProperties(
      activeColor: RadioDefaults.activeColor.toColorRGBA(),
      inactiveColor: RadioDefaults.inactiveColor.toColorRGBA(),
      hoverColor: RadioDefaults.hoverColor.toColorRGBA(),
      focusColor: RadioDefaults.focusColor.toColorRGBA(),
      splashRadius: RadioDefaults.splashRadius,
      autofocus: RadioDefaults.autofocus,
      toggleable: RadioDefaults.toggleable,
    );