🧩Text()

// Some code
Text('Hello',
              style: TextStyle(
              
                  : 30,
                  
                  : FontWeight.bold,
                  
                  : Colors.black,
                  
                  : Colors.red
              ),
            ),

Last updated