infoWatch static method

Widget infoWatch({
  1. int? count,
  2. int? watchCount = 0,
  3. Function? builder,
  4. Function? onTap,
})

Implementation

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