mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
f3444fcf28
* Added custom radii to RRect. This is the first commit towads an implementation of MergeableMaterial. It adds custom radii to RRect. * Renamed RRect constructors and added BorderRadius. BorderRadius is a class similar to EdgeInsets that lets you define all rounded corners of a rounded rectangle easily.