AnimatedRadioColumn constructor
const
AnimatedRadioColumn({
- Key? key,
- required List<
String> options, - ValueChanged<
String?> ? onChanged, - String? question,
- EdgeInsetsGeometry? padding = const EdgeInsets.all(20),
- double cornerRadius = 12,
- String? initialValue,
- int? currentQuestionNumber,
- int? totalQuestions,
- VoidCallback? onBackPressed,
- bool showBackButton = false,
Implementation
const AnimatedRadioColumn({
super.key,
required this.options,
this.onChanged,
this.question,
this.padding = const EdgeInsets.all(20),
this.cornerRadius = 12,
this.initialValue,
this.currentQuestionNumber,
this.totalQuestions,
this.onBackPressed,
this.showBackButton = false,
});