borderGradient static method
Implementation
static Background borderGradient(
[BorderGradientBackground? borderGradientBackground]) {
if (borderGradientBackground != null) {
return borderGradientBackground;
}
return BorderGradientBackground();
}