const WidgetTimer( {Key? key, required this.builder, this.duration = const Duration(seconds: 1)}) : super(key: key);