static Widget defaultAvatar({double size = 30, Color? color}) { return Icon(Icons.perm_identity, size: size, color: color); }