menu
nabit_app
screens\profile\component\unfollow_component.dart
UnfollowComponent
UnfollowComponent const constructor
UnfollowComponent
dark_mode
light_mode
UnfollowComponent
constructor
const
UnfollowComponent
(
{
Key
?
key
,
required
String
userName
,
required
dynamic
unfollowTap
(
)}
)
Implementation
const UnfollowComponent({super.key, required this.userName, required this.unfollowTap});
nabit_app
unfollow_component
UnfollowComponent
UnfollowComponent const constructor
UnfollowComponent class