Answers for "how to apply gradient in flutter hax"

8

color gradient in flutter

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

Code answers related to "how to apply gradient in flutter hax"

Browse Popular Code Answers by Language