mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -1,4 +1,3 @@
|
||||
import 'package:PiliPlus/common/widgets/button/icon_button.dart';
|
||||
import 'package:PiliPlus/common/widgets/custom_icon.dart';
|
||||
import 'package:PiliPlus/http/pgc.dart';
|
||||
import 'package:PiliPlus/utils/accounts.dart';
|
||||
@@ -62,14 +61,11 @@ class _PgcReviewPostPanelState extends State<PgcReviewPostPanel> {
|
||||
toolbarHeight: 45,
|
||||
title: Text(widget.name),
|
||||
actions: [
|
||||
iconButton(
|
||||
context: context,
|
||||
icon: Icons.clear,
|
||||
IconButton(
|
||||
icon: const Icon(Icons.clear, size: 20),
|
||||
onPressed: Get.back,
|
||||
iconSize: 22,
|
||||
bgColor: Colors.transparent,
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
const SizedBox(width: 2),
|
||||
],
|
||||
shape: Border(
|
||||
bottom: BorderSide(
|
||||
|
||||
Reference in New Issue
Block a user