Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

image fit flutter

FittedBox(
  child: Image.asset('foo.png'),
  fit: BoxFit.fill,
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #image #fit #flutter
ADD COMMENT
Topic
Name
3+9 =