Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Stack(
- fit: StackFit.expand,
- children: <Widget>[
- Positioned(
- child: Icon(
- Icons.touch_app,
- color: Colors.blueAccent,
- ),
- right: 110.0,
- bottom: 300.0,
- ),
- GestureDetector(
- child: Chart(occData),
- onTap: _setDetailedView,
- ),
- ],
- )
Advertisement
Add Comment
Please, Sign In to add comment