Apply background to widget
Equivalent to:
ColoredBox( color: input )
Niku backgroundColor(Color color) => Niku(ColoredBox(color: color, child: this._widget));