mirror of
https://github.com/PoojaB26/FlutterBasicWidgets.git
synced 2026-04-05 06:09:02 +08:00
Added screenshots
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user