Skip to content

Commit 34e2e2b

Browse files
committed
update
1 parent 407cf2d commit 34e2e2b

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed
Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
1-
import 'package:flutter/cupertino.dart';
2-
3-
import '../../better_ui.dart';
4-
51
///
62
///
73
///
8-
class BetterBottom {
9-
///
10-
Widget classicListView() {
11-
return Container();
12-
}
13-
14-
///
15-
/// 居中:
16-
///
17-
Widget classic({required String title, void Function()? backFn}) {
18-
return AppBar(
19-
title: Text(title),
20-
centerTitle: true,
21-
leading: IconButton(
22-
icon: Icon(Icons.arrow_back_ios),
23-
onPressed: () {
24-
/// before back
25-
backFn!();
26-
27-
Get.back();
28-
},
29-
),
30-
);
31-
}
32-
33-
///
34-
35-
}
4+
class BetterBottom {}

0 commit comments

Comments
 (0)