menu
fluffyn package
documentation
components/pet_profile_icon_list_app_bar.dart
PetProfileIconAppBar
PetProfileIconAppBar.new const constructor
PetProfileIconAppBar.new const constructor
dark_mode
light_mode
PetProfileIconAppBar
constructor
const
PetProfileIconAppBar
(
{
Key
?
key
,
required
String
petId
,
})
Implementation
const PetProfileIconAppBar({Key? key, required this.petId}) : super(key: key);
fluffyn package
documentation
components/pet_profile_icon_list_app_bar
PetProfileIconAppBar
PetProfileIconAppBar.new const constructor
PetProfileIconAppBar class