how to define your own color in flutter | android studio
make a Dart file with constant name.
make a new file with any name and and in TextStyel use your define color as
style: TextStyle(color: blueColor
const Color blueColor = Colors.orange;
how to define your own color in flutter | android studio
make a Dart file with constant name.
make a new file with any name and and in TextStyel use your define color as
style: TextStyle(color: blueColor
const Color blueColor = Colors.orange;