menu
freelance package
documentation
widgets/profile/white_button.dart
WhiteButton
WhiteButton const constructor
WhiteButton const constructor
dark_mode
light_mode
WhiteButton
constructor
const
WhiteButton
(
{
Key
?
key
,
required
String
label
,
required
OnClick
onClick
,
})
Implementation
const WhiteButton({ Key? key, required this.label, required this.onClick, }) : super(key: key);
freelance package
documentation
widgets/profile/white_button
WhiteButton
WhiteButton const constructor
WhiteButton class