NUIAvatarMarkerCustomPainter constructor

NUIAvatarMarkerCustomPainter({
  1. Color color = NUIColors.NUISkeletalGray,
  2. double shadowRadius = 10,
  3. required TextSpan textSpan,
  4. double densityRatio = 1.0,
  5. Color textBackground = NUIColors.NUIShadowBlackTransparent,
  6. Color shadowColor = NUIColors.NUIShadowBlackTransparent,
  7. Color outlineColor = NUIColors.NUIWhite,
  8. Image? image,
  9. double thickness = 3,
  10. BorderRadius? borderRadius,
})

Implementation

NUIAvatarMarkerCustomPainter({this.color = NUIColors.NUISkeletalGray, this.shadowRadius = 10, required this.textSpan, this.densityRatio = 1.0, this.textBackground = NUIColors.NUIShadowBlackTransparent, this.shadowColor = NUIColors.NUIShadowBlackTransparent, this.outlineColor = NUIColors.NUIWhite, this.image, this.thickness = 3, this.borderRadius});