GradientBackground
class GradientBackground(val orientation: ObservableOrientation, fromColor: Color, toColor: Color) : Background
Draws a Background as a linear gradient. The left/bottom is fromColor and the right/top is toColor depending on orientation.