【发布时间】:2021-08-30 11:54:03
【问题描述】:
【问题讨论】:
-
这个问题可能重复:stackoverflow.com/questions/50739048/… 或者你用rive.app来做
标签: flutter flutter-layout flutter-dependencies
【问题讨论】:
标签: flutter flutter-layout flutter-dependencies
这与您的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,
),
),
),
【讨论】: