boxDecoration method
Implementation
Niku boxDecoration(BoxDecoration boxDecoration) => Niku(
DecoratedBox(
child: this._widget,
decoration: boxDecoration,
),
);
Niku boxDecoration(BoxDecoration boxDecoration) => Niku(
DecoratedBox(
child: this._widget,
decoration: boxDecoration,
),
);