Skip to content

Commit

Permalink
[Murat] Add class name to heith func
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Gun committed Nov 29, 2023
1 parent 27bf979 commit ea177e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/enums/country_picker_height.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum CountryPickerHeigth {
}

extension CountryPickerHeigthExtension on CountryPickerHeigth {
double height(context) {
double height(BuildContext context) {
switch (this) {
case CountryPickerHeigth.h100:
return MediaQuery.of(context).size.height;
Expand Down

0 comments on commit ea177e9

Please sign in to comment.