Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Jun 8, 2024
1 parent 47fa3d8 commit 3bb3b91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/shapes/shape_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import 'package:flutter/painting.dart';

/// A color or pattern used for painting a shape.
class ShapeStyle {
// Can't make color an optional positional parameter
// https://github.com/dart-lang/language/issues/1076
const ShapeStyle({
this.color,
this.gradient,
Expand Down

0 comments on commit 3bb3b91

Please sign in to comment.