Answers for "linear gradient flutter colors"

9

color gradient in flutter

decoration: BoxDecoration(
    gradient: LinearGradient(
      colors: [Colors.green, Colors.blue])
  ),
Posted by: Guest on June-19-2020

Code answers related to "linear gradient flutter colors"

Browse Popular Code Answers by Language