Answers for "how to apply opacity to text in a container flutter"

C#
2

flutter text opacity

Text(
  "Hello",
  style: TextStyle(color: Colors.black.withOpacity(0.5)),
)
Posted by: Guest on August-20-2021

Code answers related to "how to apply opacity to text in a container flutter"

C# Answers by Framework

Browse Popular Code Answers by Language