Answers for "Raised button colour not working"

0

Raised button colour not working

child: RaisedButton(
                onPressed: () => {},
                textColor: Colors.white,
                color: Colors.lightGreen,
                child: Text(
                  'Click Me',
                  style: TextStyle(fontSize: 20),
                ))),
Posted by: Guest on April-21-2021

Browse Popular Code Answers by Language