ModernCustomButtonsOptions constructor

ModernCustomButtonsOptions({
  1. required List<ModernCustomButton> buttons,
  2. bool useGlassmorphism = true,
  3. bool compact = false,
  4. bool staggerAnimation = true,
})

Implementation

ModernCustomButtonsOptions({
  required this.buttons,
  this.useGlassmorphism = true,
  this.compact = false,
  this.staggerAnimation = true,
});