menu
action_button package
documentation
buttons/glassmorphic_action_button.dart
GlassmorphicActionButton
GlassmorphicActionButton.new const constructor
GlassmorphicActionButton.new const constructor
dark_mode
light_mode
GlassmorphicActionButton
constructor
const
GlassmorphicActionButton
(
{
Key
?
key
,
required
Future
<
void
>
onPressed
(),
List
<
Color
>
?
gradient
,
})
Implementation
const GlassmorphicActionButton({ super.key, required this.onPressed, this.gradient, });
action_button package
documentation
buttons/glassmorphic_action_button
GlassmorphicActionButton
GlassmorphicActionButton.new const constructor
GlassmorphicActionButton class