Added screenshots

This commit is contained in:
PoojaB26
2018-09-16 23:49:01 +05:30
parent c90413699d
commit 9b8b93296d
5 changed files with 1 additions and 10 deletions

BIN
con1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
con2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
con3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -9,16 +9,7 @@ class ContainerWidget extends StatelessWidget {
height: MediaQuery.of(context).size.height,
width: MediaQuery.of(context).size.width,
margin: EdgeInsets.all(25.0),
decoration: new BoxDecoration(
color: Colors.yellow,
borderRadius: new BorderRadius.circular(55.0),
border: new Border.all(
width: 5.0,
color: Colors.red,
),
),
child: Center(child: const Text('Hello Flutter', textAlign: TextAlign.center)),
decoration: FlutterLogoDecoration(),
),
);
}

BIN
text1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB