CKT 1.0.1

This commit is contained in:
Carlos Correia
2026-07-15 02:40:22 +01:00
parent fb39e1f722
commit 9c21887fc7
49 changed files with 255 additions and 288 deletions

View File

@@ -78,6 +78,7 @@ class QuizVideoGuideScreen extends StatefulWidget {
super.key,
required this.youtubeId,
required this.onAdvance,
this.heading = 'Antes de continuar, veja o vídeo educativo...',
this.caption =
'Veja o vídeo para compreender melhor as próximas perguntas do questionário.',
this.extraHeading,
@@ -86,6 +87,7 @@ class QuizVideoGuideScreen extends StatefulWidget {
final String youtubeId;
final void Function(BuildContext context) onAdvance;
final String heading;
final String caption;
/// Quando definidos, mostram um bloco de destaque extra por baixo da
@@ -142,10 +144,10 @@ class _QuizVideoGuideScreenState extends State<QuizVideoGuideScreen> {
),
),
const SizedBox(height: 4),
const FadeSlideIn(
FadeSlideIn(
child: Text(
'Antes de continuar, veja o vídeo educativo...',
style: TextStyle(
widget.heading,
style: const TextStyle(
fontSize: 21,
fontWeight: FontWeight.w900,
color: Colors.black87,