mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +08:00
Originally, my aim was just to refactor (as per usual), but while messing around with the `TableBorder.symmetric` constructor, I realized that `borderRadius` was missing! This pull request makes a few class constructors more efficient, and it fixes #144277 by adding the missing parameter. <br>