• Greg Spencer's avatar
    Change CircleAvatar to use BoxFit.cover for images (#16649) · 0b389fc9
    Greg Spencer authored
    This is a PR giving some love to the abandoned PR #16263 by @harrisonturton
    
    I've added a test, and formatted it to be readable.
    
    Currently the CircleAvatar does not set a fit property on the DecorationImage it uses to paint images. This causes non-square images to not fully cover the circle, which looks pretty bad. This PR sets it to BoxFix.cover.
    
    Fixes #13478.
    0b389fc9
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...