Text.rich(
                Text.rich(
                  TextSpan(
                    text: "Oie",
                    style: TextStyle(fontWeight: FontWeight.bold, fontSize: 20.0),
                    children: <TextSpan>[
                      TextSpan(text: " mundo Flutter", style: TextStyle(fontWeight: FontWeight.w400, fontStyle: FontStyle.italic),)
                    ]
                  )
                ),
 
            