Commit 33b15759 authored by r.manan@eksad.com's avatar r.manan@eksad.com

home4: smallscreen

parent 982503f8
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
class SmallHome4 extends StatelessWidget { class SmallHome4 extends StatelessWidget {
const SmallHome4({Key? key}) : super(key: key); const SmallHome4({Key? key}) : super(key: key);
...@@ -43,13 +42,17 @@ class SmallHome4 extends StatelessWidget { ...@@ -43,13 +42,17 @@ class SmallHome4 extends StatelessWidget {
children: <Widget>[ children: <Widget>[
Column( Column(
children: [ children: [
Text( Container(
"Mobile & Web Apps", height: ScreenSize.height*0.3,
style: TextStyle(color: Colors.white, fontSize: 34), width: ScreenSize.width * 0.30,
textAlign: TextAlign.center, child: Text(
"Mobile & Web Apps",
style: TextStyle(color: Colors.white, fontSize: 34),
textAlign: TextAlign.center,
),
), ),
Container( Container(
height: 100, height: ScreenSize.height*0.3,
width: ScreenSize.width * 0.30, width: ScreenSize.width * 0.30,
child: Text( child: Text(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi", "MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi",
......
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