Commit 00fa1a5a authored by Fikri's avatar Fikri

Other Features di home3.dart

parent 8120e30b
......@@ -23,7 +23,7 @@ class _Home3State extends State<Home3> {
const SizedBox(
height: 45,
),
Text("Why MedApps ?",
Text("Why MedApp ?",
style: GoogleFonts.poppins(
fontSize: 36,
color: const Color(0xff1e5ea8),
......@@ -339,7 +339,7 @@ class _Home3State extends State<Home3> {
),
Container(
padding: const EdgeInsets.only(top: 10),
width: 220,
width: 250,
height: screenSize.height * 0.3,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
......@@ -348,9 +348,13 @@ class _Home3State extends State<Home3> {
child: SizedBox(
height: screenSize.height * 0.42,
child: Text(
'Online consultation (to be integrated with the current RSSC system), '
'Emergency assistance to call ambulances and doctors, '
'Rating by consumers for each service',
// 'Online consultation (to be integrated with the current RSSC system), '
// 'Emergency assistance to call ambulances and doctors, '
// 'Rating by consumers for each service',
'Online consultation (via chat, telephone, or video call),'
'Emergency assistance to call ambulance and doctor,'
'The MedApp system is ready to be integrated with HIS,'
'The MedApp system has been integrated with the Mobile JKN (BPJS).',
style: GoogleFonts.poppins(
fontSize: 15,
fontWeight: FontWeight.w500,
......
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