ZdsNetworkAvatar constructor

const ZdsNetworkAvatar(
  1. {required String initials,
  2. String url = '',
  3. VoidCallback? onTap,
  4. double? size,
  5. TextStyle? textStyle,
  6. Color? backgroundColor,
  7. String? semanticLabelAvatarDescription,
  8. String? imgCacheKey,
  9. Map<String, String>? headers,
  10. BoxFit? fit,
  11. Key? key}
)

An avatar that gets its image from an URL.

Implementation

const ZdsNetworkAvatar