快速而簡潔。
我正在使用 SpeedDial ( 
我要這個:

child: SpeedDial(
buttonSize: const Size(80, 80),
animationAngle: pi,
useRotationAnimation: false,
onPress: () {
return;
},
foregroundColor: Colors.white,
overlayColor: Colors.brown,
elevation: 0,
backgroundColor: const Color.fromARGB(255, 105, 30, 0),
childrenButtonSize: (const Size.square(100)),
direction: SpeedDialDirection.up,
child: const Icon(
Icons.add,
size: 48,
),
children: [
SpeedDialChild(
backgroundColor: const Color.fromARGB(190, 105, 30, 1),
child: const Icon(
Icons.ac_unit_sharp,
size: 40,
color: Colors.green,
),
),
SpeedDialChild(
backgroundColor: const Color.fromARGB(190, 105, 30, 1),
child: const Icon(
Icons.account_box,
size: 40,
color: Colors.blue,
),
),
],
),
uj5u.com熱心網友回復:
請參考此鏈接
可擴展FAB
uj5u.com熱心網友回復:
您可以使用以下軟體包:
- 圓形選單
- fab_circular_menu
- 可擴展的FAB
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/405778.html
標籤:
上一篇:如何創建CSS旋轉加載影片?
