mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: morepanel
This commit is contained in:
@@ -1110,6 +1110,10 @@ class MorePanel extends StatelessWidget {
|
||||
children: [
|
||||
InkWell(
|
||||
onTap: () => Get.back(),
|
||||
borderRadius: const BorderRadius.only(
|
||||
topLeft: Radius.circular(28),
|
||||
topRight: Radius.circular(28),
|
||||
),
|
||||
child: Container(
|
||||
height: 35,
|
||||
padding: const EdgeInsets.only(bottom: 2),
|
||||
|
||||
Reference in New Issue
Block a user