NUIAvatarMarkerCustomPainter constructor
NUIAvatarMarkerCustomPainter({
- Color color = NUIColors.NUISkeletalGray,
- double shadowRadius = 10,
- required TextSpan textSpan,
- double densityRatio = 1.0,
- Color textBackground = NUIColors.NUIShadowBlackTransparent,
- Color shadowColor = NUIColors.NUIShadowBlackTransparent,
- Color outlineColor = NUIColors.NUIWhite,
- Image? image,
- double thickness = 3,
- 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});