fix: unfold constants

This commit is contained in:
Prateek Sunal 2024-08-24 19:40:58 +05:30 committed by Neeraj Gupta
parent 1bcf2c92b4
commit ebc28fb831

View File

@ -114,7 +114,7 @@ class _CodeWidgetState extends State<CodeWidget> {
CodeTimerProgress(
period: widget.code.period,
),
const SizedBox(height: 16 + 12),
const SizedBox(height: 28),
Row(
children: [
_shouldShowLargeIcon ? _getIcon() : const SizedBox.shrink(),
@ -129,9 +129,7 @@ class _CodeWidgetState extends State<CodeWidget> {
),
],
),
const SizedBox(
height: 20 + 12,
),
const SizedBox(height: 32),
],
),
if (widget.code.isPinned) ...[