Answers for "ow to add gradient flut"

8

color gradient in flutter

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

Browse Popular Code Answers by Language