menu
nice2dev_flutter_ui
social\nice_social2.dart
NiceSocialUserState
NiceSocialUserState.new const constructor
NiceSocialUserState.new
dark_mode
light_mode
NiceSocialUserState
constructor
const
NiceSocialUserState
(
{
bool
liked
=
false
,
bool
shared
=
false
,
bool
bookmarked
=
false
,
})
Implementation
const NiceSocialUserState({ this.liked = false, this.shared = false, this.bookmarked = false, });
nice2dev_flutter_ui
nice_social2
NiceSocialUserState
NiceSocialUserState.new const constructor
NiceSocialUserState class