Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcspeed committed Jan 22, 2025
1 parent bd76888 commit a02dc9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lib/views/home/widgets/bottom_sheet/row_item_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class RowItemWidget extends StatelessWidget {
this.trailingIconSize = 24,
this.leadingIconSize = 24,
this.iconColor,
this.enableInteractiveSelection = true,
this.trailingIcon = Icons.chevron_right_rounded,
});

Expand All @@ -34,7 +33,6 @@ class RowItemWidget extends StatelessWidget {
final TextStyle? titleStyle;
final double leadingIconSize;
final double trailingIconSize;
final bool enableInteractiveSelection;
final IconData trailingIcon;

@override
Expand Down
3 changes: 0 additions & 3 deletions lib/views/settings/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class SettingsScreen extends ConsumerWidget {
SettingsItem item,
) {
return RowItemWidget(
enableInteractiveSelection: false,
icon: item.icon,
title: item.title,
hasUnderline: true,
Expand All @@ -212,7 +211,6 @@ class SettingsScreen extends ConsumerWidget {

Widget _buildDebugTile(BuildContext context, WidgetRef ref) {
return RowItemWidget(
enableInteractiveSelection: false,
icon: HugeIcon(
icon: HugeIcons.strokeRoundedHelpCircle,
size: 24,
Expand All @@ -231,7 +229,6 @@ class SettingsScreen extends ConsumerWidget {
margin: const EdgeInsets.symmetric(horizontal: 16.0),
color: ColorConstants.onyx,
child: RowItemWidget(
enableInteractiveSelection: false,
icon: HugeIcon(
icon: HugeIcons.solidRoundedNotification03,
size: 24,
Expand Down

0 comments on commit a02dc9a

Please sign in to comment.