Wraps this widget in a white Container.
Container onWhiteContainer() { return Container( color: Colors.white, child: this ); }