books
This commit is contained in:
@@ -80,7 +80,7 @@ class CurveBox extends StatefulWidget {
|
||||
final Color color;
|
||||
final Curve curve;
|
||||
|
||||
CurveBox({Key? key, this.color = Colors.lightBlue, this.curve = Curves.linear})
|
||||
const CurveBox({Key? key, this.color = Colors.lightBlue, this.curve = Curves.linear})
|
||||
: super(key: key);
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user