Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yjbanov
Created March 23, 2018 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjbanov/0e3901bc56aee1ded4e58048f1f203d2 to your computer and use it in GitHub Desktop.
Save yjbanov/0e3901bc56aee1ded4e58048f1f203d2 to your computer and use it in GitHub Desktop.
Flutter: using RepaintBoundary
new RepaintBoundary(
child: new SizedBox(
height: 72.0,
child: new Hundreds(stopwatch),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment