Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Oct 28, 2024
1 parent 48efe38 commit 47af08b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
import 'package:smooth_app/generic_lib/design_constants.dart';
import 'package:smooth_app/helpers/product_cards_helper.dart';
import 'package:smooth_app/knowledge_panel/knowledge_panels_builder.dart';
import 'package:smooth_app/themes/smooth_theme_colors.dart';

class KnowledgePanelProductCards extends StatelessWidget {
const KnowledgePanelProductCards(this.knowledgePanelWidgets);
Expand All @@ -12,9 +11,6 @@ class KnowledgePanelProductCards extends StatelessWidget {

@override
Widget build(BuildContext context) {
final SmoothColorsThemeExtension colors =
Theme.of(context).extension<SmoothColorsThemeExtension>()!;

final List<Widget> widgetsWrappedInSmoothCards =
knowledgePanelWidgets.map((Widget widget) {
/// When we have a panel with a title (e.g. "Health"), we change
Expand Down

0 comments on commit 47af08b

Please sign in to comment.