Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to change the shape of a buton in flutter to cicular

RawMaterialButton(
  ...,
  shape: CircleBorder(),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #shape #buton #flutter #cicular
ADD COMMENT
Topic
Name
6+6 =