Skip to content

Commit

Permalink
fix(app): make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Aug 29, 2024
1 parent aaeab8c commit 9db4837
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/lib/drug/widgets/annotation_cards/drug.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,4 @@ class DrugAnnotationCards extends StatelessWidget {
],
);
}

Widget _buildStatusMenuItem(String text, IconData iconData) => Text.rich(
TextSpan(
children: [
WidgetSpan(
alignment: PlaceholderAlignment.middle,
child: Icon(
iconData,
color: PharMeTheme.iconColor,
size: PharMeTheme.mediumSpace,
),
),
TextSpan(text: ' $text'),
],
),
maxLines: 1,
softWrap: false,
overflow: TextOverflow.fade,
);
}

0 comments on commit 9db4837

Please sign in to comment.