【问题标题】:Pulse animation button Flutter脉冲动画按钮 Flutter
【发布时间】:2021-08-30 11:54:03
【问题描述】:

我正在寻找在颤动中制作的正是这个脉冲动画按钮。

有人可以帮助我吗?

【问题讨论】:

标签: flutter flutter-layout flutter-dependencies


【解决方案1】:

这与您的avatar_glow 相似:

AvatarGlow(
 endRadius: 60.0,
 child: Material(     // Replace this child with your own
   elevation: 8.0,
   shape: CircleBorder(),
   child: CircleAvatar(
     backgroundColor: Colors.grey[100],
     child: Image.asset(
       'assets/images/dart.png',
       height: 50,
     ),
     radius: 30.0,
   ),
 ),
),

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-02-02
    • 2021-12-03
    • 1970-01-01
    • 1970-01-01
    • 2021-08-09
    • 2021-10-18
    • 2015-09-02
    相关资源
    最近更新 更多