ModernCustomButtonsOptions constructor
- required List<
ModernCustomButton> buttons, - bool useGlassmorphism = true,
- bool compact = false,
- bool staggerAnimation = true,
Implementation
ModernCustomButtonsOptions({
required this.buttons,
this.useGlassmorphism = true,
this.compact = false,
this.staggerAnimation = true,
});