Answers for "different color shade in linear gradient in flutter"

8

color gradient in flutter

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

how to give shade to the colors in flutter

ThemeData(primarySwatch: Colors.lime.shade700),
Posted by: Guest on May-08-2020

Code answers related to "different color shade in linear gradient in flutter"

Browse Popular Code Answers by Language