menu
noteflutter package
documentation
tiktok/views/videoButtonColumn.dart
FavoriteIcon
FavoriteIcon.new const constructor
FavoriteIcon.new const constructor
dark_mode
light_mode
FavoriteIcon
constructor
const
FavoriteIcon
(
{
Key
?
key
,
required
Function
?
onFavorite
,
bool
?
isFavorite
,
})
Implementation
const FavoriteIcon({ Key? key, required this.onFavorite, this.isFavorite, }) : super(key: key);
noteflutter package
documentation
tiktok/views/videoButtonColumn
FavoriteIcon
FavoriteIcon.new const constructor
FavoriteIcon class