borderGradient static method

Background borderGradient([
  1. BorderGradientBackground? borderGradientBackground
])

Implementation

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