decorated method
Wraps this widget in a DecoratedBox.
Implementation
Widget decorated(BoxDecoration decoration) =>
DecoratedBox(decoration: decoration, child: this);
Wraps this widget in a DecoratedBox.
Widget decorated(BoxDecoration decoration) =>
DecoratedBox(decoration: decoration, child: this);