hi DizoftTeam,
Congratulations first! Simple widget, self explaining and works great!
Is it possible to access current times outside of widget?
The example only shows how to access the time inside the widget:
build: (BuildContext context, double time) => Text(time.toString()),
I would have expected this to be via _controller, unfortunately I don't see a property time!?
Thanks
pc-Justin
hi DizoftTeam,
Congratulations first! Simple widget, self explaining and works great!
Is it possible to access current times outside of widget?
The example only shows how to access the time inside the widget:
build: (BuildContext context, double time) => Text(time.toString()),I would have expected this to be via _controller, unfortunately I don't see a property time!?
Thanks
pc-Justin