如何將圖示設定為帶有顫動的浮動動作按鈕與這張照片相同請看圖片

uj5u.com熱心網友回復:
您可以使用徽章插件來實作這一點。查看插件: -
uj5u.com熱心網友回復:
將您的容器與另一個右上角的容器堆疊在一起:
Stack(
children: [
Container( width: 30, height: 30, decoration: BoxDecoration( image: DecorationImage( image: const AssetImage('assets/images/shop.png'), fit: BoxFit.contain, ), ), ), ),
Positioned(
right: 20,
top: 20,
child: Container( width: 5, height: 5
]
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/394194.html
