Answers for "flutter color theme apply"

2

flutter how to add opacity to color

backgroundColor: Colors.black.withOpacity(0.5)
Posted by: Guest on May-05-2020
3

flutter color hex

const color = const Color(0xffb74093); // Second `const` is optional in assignments.
Posted by: Guest on September-23-2020

Browse Popular Code Answers by Language