CKT 1.0.1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user