static Widget infoWatch( {int? count, int? watchCount = 0, Function? builder, Function? onTap}) { return InfoWatchRF(count: watchCount!); }