interface BackgroundGradient {
    bottomColor: Color;
    topColor: Color;
}

Properties

bottomColor: Color
topColor: Color