8000 Update flex.dart · lazabe/flutter-code-snippets@df07fa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit df07fa3

Browse files
authored
Update flex.dart
1 parent 56a809b commit df07fa3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

flex.dart

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11

2-
import 'package:flutter/material.dart';
32

4-
void main() {
5-
runApp(
6-
MaterialApp(
7-
home: Scaffold(
8-
appBar: AppBar(
9-
title: Text('Responsive app '),
10-
backgroundColor: Colors.greenAccent[400],
11-
leading: IconButton(
12-
icon: Icon(Icons.menu),
13-
onPressed: () {},
14-
tooltip: 'Menu',
15-
) //IconButton
16-
), //AppBar
173
body: Center(
184
child: Container(
195
child: Padding(

0 commit comments

Comments
 (0)
0