|
|
@ -54,6 +54,7 @@ Widget _menuButton(IconData iconData, String text, Widget page) {
|
|
|
|
//底部信息栏卡片
|
|
|
|
//底部信息栏卡片
|
|
|
|
Widget _card(String number, String text, Color color) {
|
|
|
|
Widget _card(String number, String text, Color color) {
|
|
|
|
return AkuButton(
|
|
|
|
return AkuButton(
|
|
|
|
|
|
|
|
radius: 8.w,
|
|
|
|
onPressed: () {},
|
|
|
|
onPressed: () {},
|
|
|
|
color: Color(0xFFFFFFFF),
|
|
|
|
color: Color(0xFFFFFFFF),
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
@ -372,7 +373,10 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
//底部信息栏
|
|
|
|
//底部信息栏
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
width: double.infinity,
|
|
|
|
width: double.infinity,
|
|
|
|
// height: 333.w,
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
|
|
|
borderRadius: BorderRadius.circular(8.w),
|
|
|
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
|
|
|
),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Row(
|
|
|
|
Row(
|
|
|
|