A widget that draws a box that represents where other widgets will one day be added.
Container( width: 200, height: 200, color: Colors.white, child: Placeholder( color: Colors.blue[50], ), )