• liyuqian's avatar
    Add customBorder to InkWell so it can clip ShapeBorder (#20751) · ee8754df
    liyuqian authored
    This fixes #20483 by letting InkWell do its own clipping.
    
    PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle())
    
    The goldens are updated due to small AA changes of the additional clipPath.
    ee8754df
text_field_splash_test.dart 5.82 KB