radioTheme top-level property

Theme radioTheme
final

Theme for radio buttons.

Implementation

final radioTheme = Theme.colorfulTheme.copyWith(
  activeItemPrefix: '❯ ◉', // Filled radio
  inactiveItemPrefix: '  ○', // Empty radio
  inputPrefix: '',
  successPrefix: '',
);