SkeletonAvatarStyle class
Constructors
-
SkeletonAvatarStyle.new({double? width = 48, double? height = 48, EdgeInsetsGeometry padding = const EdgeInsets.all(0), bool? randomWidth, double? minWidth, double? maxWidth, bool? randomHeight, double? minHeight, double? maxHeight, BoxShape shape = BoxShape.rectangle, BorderRadiusGeometry? borderRadius = const BorderRadius.all(Radius.circular(4))})
-
Skeleton Style for Avatar
const
Methods
-
copyWith({double? width, double? height, EdgeInsetsGeometry? padding, bool? randomWidth, double? minWidth, double? maxWidth, bool? randomHeight, double? minHeight, double? maxHeight, BoxShape? shape, BorderRadiusGeometry? borderRadius})
→ SkeletonAvatarStyle
-
-
merge(SkeletonAvatarStyle? other)
→ SkeletonAvatarStyle
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited