Skip to content

Commit

Permalink
dart format applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalma committed Dec 7, 2024
1 parent 6bfec9c commit 3149390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/rendering/proxy_box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RenderClipContent extends RenderProxyBox {
RenderClipContent({
required Offset center,
required double radius,
}) : _center = center,
}) : _center = center,
_radius = radius;

/// The inner area of the DescribedFeatureOverlay.
Expand Down

0 comments on commit 3149390

Please sign in to comment.