Widget addBorder(BoxBorder border) { return Container(child: this, decoration: BoxDecoration(border: border)); }