Skip to main content

CustomAvatar constructor

const CustomAvatar({Key? key, required bool isImageNull, String? firstAlphabet, BaseCacheManager? cacheManager, String? imageUrl, double? fontSize = 40})

Implementation

const CustomAvatar({
Key? key,
required this.isImageNull,
this.firstAlphabet,
this.cacheManager,
this.imageUrl,
this.fontSize = 40,
}) : super(key: key);