Skip to content

Commit 0d855be

Browse files
Apply suggested fix to packages/smooth_app/lib/widgets/smooth_barcode_widget.dart from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 599be3a commit 0d855be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/smooth_app/lib/widgets/smooth_barcode_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class SmoothBarcodeWidget extends StatelessWidget {
4646
horizontal: SMALL_SPACE,
4747
vertical: SMALL_SPACE,
4848
),
49-
color: Colors.grey.withValues(alpha: 0.2),
49+
color: Colors.grey.withOpacity(0.2),
5050
child: Column(
5151
mainAxisSize: MainAxisSize.max,
5252
mainAxisAlignment: MainAxisAlignment.spaceAround,

0 commit comments

Comments
 (0)