decorated method
Wraps the widget in a DecoratedBox with the given decoration.
Implementation
Widget decorated({required Decoration decoration}) =>
DecoratedBox(decoration: decoration, child: this);
Wraps the widget in a DecoratedBox with the given decoration.
Widget decorated({required Decoration decoration}) =>
DecoratedBox(decoration: decoration, child: this);