generated from dellevin/template
功能更新
This commit is contained in:
@@ -96,14 +96,14 @@ class _MovieReviewsPageState extends State<MovieReviewsPage> {
|
||||
icon: Icon(_isSearching ? Icons.close : Icons.search),
|
||||
onPressed: _toggleSearch,
|
||||
),
|
||||
// 添加按钮
|
||||
IconButton(
|
||||
icon: const Icon(Icons.add),
|
||||
onPressed: () => _navigateToAddReview(),
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
],
|
||||
),
|
||||
floatingActionButton: FloatingActionButton.extended(
|
||||
onPressed: () => _navigateToAddReview(),
|
||||
icon: const Icon(Icons.add, size: 20),
|
||||
label: const Text('添加影评'),
|
||||
),
|
||||
body: _isLoading
|
||||
? const Center(child: CircularProgressIndicator())
|
||||
: _filteredReviews.isEmpty
|
||||
|
||||
Reference in New Issue
Block a user