Stateful
initState()
@override void initState() { Timer(Duration(milliseconds: 1500), () { setState(() { _visible = !_visible; }); }); }