updated break point

This commit is contained in:
Thomas Fransolet 2024-07-03 16:45:21 +02:00
parent b9215588b9
commit a1e5a392e6

View File

@ -46,7 +46,7 @@ class _MarkerInfoWidget extends State<MarkerViewWidget> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
int breakPointPrice = 40; int breakPointPrice = 50;
Size size = MediaQuery.of(context).size; Size size = MediaQuery.of(context).size;
final mapContext = Provider.of<MapContext>(context); final mapContext = Provider.of<MapContext>(context);