NUIAvatarMarkerRenderer class
Constructors
- NUIAvatarMarkerRenderer.new({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})
Properties
- borderRadius ↔ BorderRadius
-
getter/setter pair
- color ↔ Color
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagePath ↔ String
-
getter/setter pair
- outlineColor ↔ Color
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadowColor ↔ Color
-
getter/setter pair
- shadowRadius ↔ double
-
getter/setter pair
- size ↔ double
-
getter/setter pair
- textBackground ↔ Color
-
getter/setter pair
- textSpan ↔ TextSpan
-
getter/setter pair
- thickness ↔ double
-
getter/setter pair
Methods
-
drawAvatar(
BuildContext context) → Future< Uint8List?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited