gradientBox_Yellow static method

dynamic gradientBox_Yellow()

YELLOW

Implementation

static gradientBox_Yellow() {
  return BoxDecoration(gradient: LinearGradient(colors: <Color>[Color(0xFFFFC400), Color(0xFFFFD740)]));
}