Skip to content

Commit

Permalink
Merge branch 'main' into feat/get_slot_number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored Apr 9, 2024
2 parents d63158d + 0f4afb3 commit e1764d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ResponsiveBuilder<T extends Object> extends StatelessWidget {
}

T _getResponsiveBreakpoint(BuildContext context) {
final screenWidth = MediaQuery.of(context).size.width;
final screenWidth = MediaQuery.sizeOf(context).width;

final breakpointKey = _breakpoints.entries
.firstWhere(
Expand Down

0 comments on commit e1764d3

Please sign in to comment.