Answers for "MaterialStateProperty<OutlinedBorder?>?"

0

MaterialStateProperty<OutlinedBorder?>?

shape: MaterialStateProperty.resolveWith<OutlinedBorder>((_) {
             return RoundedRectangleBorder(
                  borderRadius: BorderRadius.circular(20)))
             );
           }),
Posted by: Guest on February-03-2022

Code answers related to "MaterialStateProperty<OutlinedBorder?>?"

Browse Popular Code Answers by Language