Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dec committed Apr 25, 2020
1 parent df1b199 commit 5b4d9d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/popo/draw_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class DrawPageState extends State<DrawPage> with TickerProviderStateMixin {
),
floatingActionButton:
Column(mainAxisSize: MainAxisSize.min, children: <Widget>[
_buildChild(),
Container(
height: 70.0,
width: 56.0,
Expand Down Expand Up @@ -257,13 +256,6 @@ class DrawPageState extends State<DrawPage> with TickerProviderStateMixin {
);
}

Widget _buildChild() {
if (screenShot != null) {
return new Image.memory(screenShot, height: 300, width: 150);
}
return new Text("null");
}

takeScreenShot() async{
RenderRepaintBoundary boundary = previewContainer.currentContext
.findRenderObject();
Expand Down

0 comments on commit 5b4d9d7

Please sign in to comment.