mod: morepanel

This commit is contained in:
bggRGjQaUbCoE
2024-08-27 13:35:31 +08:00
parent 6e6f53bf79
commit 4c201af21a
4 changed files with 15 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ class _PagesPanelState extends State<PagesPanel> {
height: 34,
child: TextButton(
style: ButtonStyle(
padding: MaterialStateProperty.all(EdgeInsets.zero),
padding: WidgetStateProperty.all(EdgeInsets.zero),
),
onPressed: () {
ListSheet(

View File

@@ -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),