NUIAvatarMarkerRenderer constructor

NUIAvatarMarkerRenderer({
  1. Color color = NUIColors.NUISkeletalGray,
  2. double shadowRadius = 10.0,
  3. required TextSpan textSpan,
  4. Color textBackground = NUIColors.NUIShadowBlackTransparent,
  5. Color shadowColor = NUIColors.NUIShadowBlackTransparent,
  6. Color outlineColor = NUIColors.NUIWhite,
  7. required double size,
  8. required String imagePath,
  9. double thickness = 3,
  10. 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});