Answers for "giving color to text dart"

C#
9

flutter text color

new Text(
  'Welcome to Flutter Tutorial.',
  style: TextStyle(
    color: Colors.blue,
  ),
)
Posted by: Guest on January-21-2021

C# Answers by Framework

Browse Popular Code Answers by Language