NUIAvatarMarkerRenderer constructor
NUIAvatarMarkerRenderer({
- Color color = NUIColors.NUISkeletalGray,
- double shadowRadius = 10.0,
- required TextSpan textSpan,
- Color textBackground = NUIColors.NUIShadowBlackTransparent,
- Color shadowColor = NUIColors.NUIShadowBlackTransparent,
- Color outlineColor = NUIColors.NUIWhite,
- required double size,
- required String imagePath,
- double thickness = 3,
- required BorderRadius borderRadius,
Implementation
NUIAvatarMarkerRenderer({this.color = NUIColors.NUISkeletalGray, this.shadowRadius = 10.0, required this.textSpan, this.textBackground = NUIColors.NUIShadowBlackTransparent, this.shadowColor = NUIColors.NUIShadowBlackTransparent, this.outlineColor = NUIColors.NUIWhite, required this.size, required this.imagePath, this.thickness = 3, required this.borderRadius});