@@ -19,12 +19,22 @@ class SandboxView extends StatelessWidget {
19
19
return Expanded (
20
20
child: ListView (
21
21
children: < Widget > [
22
- Text ('text' , textAlign: TextAlign .center),
23
- Text ('text' , textAlign: TextAlign .center),
24
- Text ('text' , textAlign: TextAlign .center),
25
- Text ('text' , textAlign: TextAlign .center),
26
- Text ('text' , textAlign: TextAlign .center),
27
- Text ('text' , textAlign: TextAlign .center),
22
+ Text ('FHIR Starter' , textAlign: TextAlign .center),
23
+ Text ('FHIR and Rain' , textAlign: TextAlign .center),
24
+ Text ('The FHIRplace' , textAlign: TextAlign .center),
25
+ Text ('Ring of FHIR' , textAlign: TextAlign .center),
26
+ Text ('FHIR Drills!' , textAlign: TextAlign .center),
27
+ Text ("We didn't start the FHIR" , textAlign: TextAlign .center),
28
+ Text ('Baptism by FHIR' , textAlign: TextAlign .center),
29
+ Text ('Rapid FHIR' , textAlign: TextAlign .center),
30
+ Text ('Please hold your FHIR until 1:30' , textAlign: TextAlign .center),
31
+ Text ('FHIR in the hole!' , textAlign: TextAlign .center),
32
+ Text ("Where there's smoke, there's FHIR" , textAlign: TextAlign .center),
33
+ Text ('The roof, the roof, the roof is on FHIR' , textAlign: TextAlign .center),
34
+ Text ('Fight FHIR with FHIR' , textAlign: TextAlign .center),
35
+ Text ('Please don\' t FHIR me, I really need this gig!' , textAlign: TextAlign .center),
36
+ Text ('Come on baby, light my FHIR' , textAlign: TextAlign .center),
37
+ Text ('Jeff is on FHIR!' , textAlign: TextAlign .center),
28
38
],
29
39
),
30
40
);
0 commit comments