Applies a decoration to the widget with a Border.
Widget border(Border style) { return DecoratedBox( decoration: BoxDecoration(border: style), child: this, ); }