Const Text Style Flutter

[Solved] Const Text Style Flutter | Dart - Code Explorer | yomemimo.com
Question : const text style flutter

Answered by : cautious-chipmunk-ilhsh1ai6p85

const TextStyle nameStyle = TextStyle(
fontSize: 60,
color: Colors.red,
);

Source : | Last Update : Mon, 26 Jul 21

Answers related to const text style flutter

Code Explorer Popular Question For Dart