Skip to content

Commit

Permalink
fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jorre127 committed Oct 9, 2024
1 parent 0cc7839 commit 66b976c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import 'package:flutter/material.dart';
import 'package:flutter_template/styles/theme_dimens.dart';
import 'package:flutter_template/styles/theme_durations.dart';
import 'package:flutter_template/util/extension/text_scaler_extension.dart';
import 'package:flutter_template/widget/animation/animated_color_filter.dart';
import 'package:flutter_template/widget/provider/data_provider_widget.dart';
import 'package:icapps_architecture/icapps_architecture.dart';
import 'package:flutter_template/util/extension/text_scale_extension.dart';

class BottomNavigationItem extends StatelessWidget {
final bool isSelected;
Expand Down

0 comments on commit 66b976c

Please sign in to comment.