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