Flutter - Text Alignment and Coloring

PHOTO EMBED

Sun Jan 30 2022 08:43:08 GMT+0000 (Coordinated Universal Time)

Saved by @abir_hasnat95 #flutter #dart

child: Text(
                      categoris[index].categoryName,
                      style: TextStyle(color: Colors.black, fontSize: 40),
                      textAlign: TextAlign.center,
                    ),
content_copyCOPY