Skip to content

Commit

Permalink
enable inner
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuhiro committed Dec 3, 2019
1 parent 53596df commit 8d44ed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/main.dart
Expand Up @@ -108,6 +108,9 @@ class _MyHomePageState extends State<MyHomePage> {
child: Container(
width: 300,
height: 300,
decoration: BoxDecoration(
color: Colors.transparent,
),
child: Column(
children: <Widget>[
RaisedButton(
Expand Down

0 comments on commit 8d44ed0

Please sign in to comment.