menu
at_contacts_group_flutter package
documentation
widgets/pop_button.dart
PopButton
PopButton const constructor
PopButton const constructor
dark_mode
light_mode
PopButton
constructor
const
PopButton
(
{
Key
?
key
,
required
String
label
,
TextStyle
?
textStyle
,
})
Implementation
const PopButton({ Key? key, required this.label, this.textStyle, }) : super(key: key);
at_contacts_group_flutter package
documentation
widgets/pop_button
PopButton
PopButton const constructor
PopButton class