• amirh's avatar
    Support arbitrary shaped Material. (#14367) · 0672055a
    amirh authored
    For backward compatibility we keep supporting specifying the shape as a
    combination of MaterialType and borderRadius, and we just use that as a
    default when shapeBorder is null.
    
    To cleanup the implementation if shapeBorder was not specified we just
    translate the specified shape to a shapeBorder internally.
    I benchmarked paint, layout and hit testing, with the specialized shape
    clippers vs. the equivalent path clippers and did not see any
    significant performance difference.
    
    For testing, I extended the clippers/physicalShape matchers to match either the
    specialized shape or the equivalent shape.
    0672055a
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...