We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567eae9 commit 7e92fa8Copy full SHA for 7e92fa8
frontend/lib/screen/cafe_details.dart
@@ -1,5 +1,6 @@
1
import 'dart:async';
2
import 'dart:ui';
3
+import 'package:flutter/cupertino.dart';
4
import 'package:flutter/material.dart';
5
import 'package:flutter/widgets.dart';
6
import 'package:frontend/model/matching_info_model.dart';
@@ -160,7 +161,8 @@ class _CafeDetailsState extends State<CafeDetails>
160
161
appBar: TopAppBar(
162
titleWidget: Row(
163
children: [
- Expanded(
164
+ SizedBox(
165
+ width: 280,
166
child: Text(
167
widget.cafeName,
168
style: const TextStyle(
0 commit comments