start method
void
start()
Implementation
void start() {
startDate = DateTime.now();
timer = Timer.periodic(frameRate, (Timer timer) => draw());
}
void start() {
startDate = DateTime.now();
timer = Timer.periodic(frameRate, (Timer timer) => draw());
}