LikeRF constructor

const LikeRF({
  1. dynamic model,
  2. String fieldName = '',
  3. Function? builder,
  4. Function? onTap,
  5. WidgetStyleRF? style,
})

Implementation

const LikeRF({
  this.model,
  this.fieldName = '',
  this.builder,
  this.onTap,
  this.style,
});