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

home4: smallscreen

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