SocialRF class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
buttonAll({dynamic likeModel, String? likeField, dynamic savedItemModel, String? shareSubject, String? shareText, String? shareUrl, List<String>? shareFiles, WidgetStyleRF? style})
→ Widget
-
-
buttonLike({dynamic model, String? likeField, Function? builder, Function? onTap, WidgetStyleRF? style})
→ Widget
-
-
buttonSave({dynamic savedShareModel, Function? builder, Function? onTap, WidgetStyleRF? style})
→ Widget
-
-
buttonShare({String? subject, String? text, String? url, List<String>? files, Function? builder, Function? onTap, WidgetStyleRF? style})
→ Widget
-
-
infoAll({bool? all, int? watchCount, int? shareCount, double? ratingCount, bool? showWatch, bool? showShare, bool? showRating, Icon? iconWatch, Icon? iconShare, Icon? iconRating, Function? builder, Function? onTap})
→ Widget
-
-
infoRating({bool rating = true, Function? builder, Function? onTap})
→ Widget
-
-
infoShare({bool share = true, Function? builder, Function? onTap})
→ Widget
-
-
infoWatch({int? count, int watchCount = 0, Function? builder, Function? onTap})
→ Widget
-