From 3bb3b91b1c2ef99eeabf3ea49302b5abb88d50e2 Mon Sep 17 00:00:00 2001 From: suragch Date: Sat, 8 Jun 2024 10:56:29 +0800 Subject: [PATCH] cleanup --- lib/src/shapes/shape_style.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/shapes/shape_style.dart b/lib/src/shapes/shape_style.dart index e1d584d..66d04d4 100644 --- a/lib/src/shapes/shape_style.dart +++ b/lib/src/shapes/shape_style.dart @@ -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,