Feature Description
Added support for elements with gradient backgrounds and images background, configurable via the component.
<VoltraAndroid.Column
backgroundImage="https://example.com/img.jpg"
backgroundImage={{ assetName: 'logo' }}
backgroundGradient={{
type: "linear",
angle: 180,
colors: ["#2196f3", "#03a9f4", "#00bcd4"]
}}
>
...
</VoltraAndroid.Column>

| gradient background |
image background |
 |
 |
Problem Statement
Currently, it is not possible to visually customize some elements with gradients or background images.
Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
1.4.1
Implementation
Additional Context
No response
Feature Description
Added support for elements with
gradient backgroundsandimages background, configurable via the component.Problem Statement
Currently, it is not possible to visually customize some elements with
gradientsorbackground images.Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
1.4.1
Implementation
Additional Context
No response