menu
at_events_flutter package
documentation
common_components/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
,
Function
?
onTap
,
})
Implementation
const PopButton({Key? key, required this.label, this.textStyle, this.onTap}) : super(key: key);
at_events_flutter package
documentation
common_components/pop_button
PopButton
PopButton const constructor
PopButton class