我在 Flutter、Android Studio 中遇到问题,错误如下:
没有为“PhosphorIcons”类型定义 getter“常规”。
leading: CircleAvatar(
backgroundColor: Colors.grey[200],
child: Center(
child: Icon(
PhosphorIcons.regular.image,
color: Colors.grey[500],
),
),
),