Skip to content

Commit

Permalink
[Murat] Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Gun committed Nov 21, 2023
1 parent c9029b4 commit fcc7eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/component/mocks/country_picker_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:ephone_field/src/enums/country_picker_menu.dart';
import 'package:ephone_field/src/enums/ephone_textfield_type.dart';
import 'package:flutter/material.dart';

// ignore: must_be_immutable
class CountryPickerButtonMock extends StatelessWidget {
CountryPickerButtonMock({Key? key, required this.menuType, required this.pickerHeight, this.ctx}) : super(key: key);
final List<Country> countries = Country.values;
Expand Down

0 comments on commit fcc7eee

Please sign in to comment.