Modify the given instructions.

parent 75bc034e
...@@ -27,14 +27,14 @@ class _Comp1Step1FirstState extends State<Comp1Step1First> { ...@@ -27,14 +27,14 @@ class _Comp1Step1FirstState extends State<Comp1Step1First> {
), ),
InkWell( InkWell(
onTap: () => nextPage( onTap: () => nextPage(
'/Comp1Step1Second', 'assets/images/Component 1 - img 03.png'), '/Comp1Step1Third', 'assets/images/Component 1 - img 03.png'),
child: ImageCard(image: 'assets/images/Component 1 - img 03.png')), child: ImageCard(image: 'assets/images/Component 1 - img 03.png')),
SizedBox( SizedBox(
height: 30, height: 30,
), ),
InkWell( InkWell(
onTap: () => nextPage( onTap: () => nextPage(
'/Comp1Step1Second', 'assets/images/Component 1 - img 04.png'), '/Comp1Step1Third', 'assets/images/Component 1 - img 04.png'),
child: ImageCard(image: 'assets/images/Component 1 - img 04.png')), child: ImageCard(image: 'assets/images/Component 1 - img 04.png')),
], ],
); );
......
...@@ -80,7 +80,8 @@ class _Comp1Step1ThirdState extends State<Comp1Step1Third> { ...@@ -80,7 +80,8 @@ class _Comp1Step1ThirdState extends State<Comp1Step1Third> {
), ),
Instructions( Instructions(
title: 'උපදෙස්', title: 'උපදෙස්',
body: 'පින්තූරය විස්තර කිරීමට දරුවාට කියන්න', body:
'දරුවා පින්තූරය විස්තර කිරීමට ආරම්භ කරන විට 🎙️ලකුණ ඔබන්න. විස්තර කිරීම අවසාන කල පසු නැවත🎙️ලකුණ ඔබන්න. ඉන්පසු > ලකුණ ඔබන්න.',
), ),
SizedBox( SizedBox(
height: 10, height: 10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment