Add a delay before showing.
Widget withDelay(Duration delay) { return _DelayedWidget(delay: delay, child: this); }