LikeRF constructor
const
LikeRF({
- dynamic model,
- String fieldName = '',
- Function? builder,
- Function? onTap,
- WidgetStyleRF? style,
Implementation
const LikeRF({
this.model,
this.fieldName = '',
this.builder,
this.onTap,
this.style,
});