Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

MaterialStateProperty? backgroundColor

backgroundColor: MaterialStateProperty.all(Colors.red),
//OR
backgroundColor: MaterialStateProperty.all(Color(0xFF5D5F6E)),
 
PREVIOUS NEXT
Tagged: #backgroundColor
ADD COMMENT
Topic
Name
7+6 =