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