refactor: Improve code formatting and replace print with debugPrint for error logging
This commit is contained in:
@@ -72,7 +72,7 @@ class NoteCard extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
if (categoryIcon != null) ...[
|
||||
Container(
|
||||
SizedBox(
|
||||
width: 18,
|
||||
height: 18,
|
||||
child: Icon(
|
||||
|
||||
Reference in New Issue
Block a user