gradient property
set
gradient
(Gradient v)
Implementation
set gradient(Gradient v) => _add(
(w) => DecoratedBox(
child: w,
decoration: BoxDecoration(gradient: v),
),
);