AnimatedRadioIndicator constructor

AnimatedRadioIndicator({
  1. Key? key,
  2. required bool isSelected,
  3. Color tintColor = Colors.white,
})

Implementation

AnimatedRadioIndicator(
    {Key? key, required this.isSelected, this.tintColor = Colors.white})
    : super(key: key);