Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

shape property of card in flutter


Card(
  elevation: 5,
  shape: RoundedRectangleBorder(
  borderRadius: BorderRadius.circular(10),
  ),
  child: ListTile(),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #shape #property #card #flutter
ADD COMMENT
Topic
Name
7+4 =