menu
swipe_cards package
documentation
profile_card.dart
ProfileCard
ProfileCard const constructor
ProfileCard const constructor
dark_mode
light_mode
ProfileCard
constructor
const
ProfileCard
(
{
Key
?
key
,
Widget
?
child
,
})
Implementation
const ProfileCard({Key? key, this.child}) : super(key: key);
swipe_cards package
documentation
profile_card
ProfileCard
ProfileCard const constructor
ProfileCard class