ModernPagination constructor
const
ModernPagination({ - Key? key,
- required PaginationOptions options,
- @Deprecated('Use options.isDarkMode instead for reactive updates') bool isDarkMode = true,
- bool enableGlassmorphism = true,
- bool enableGlow = true,
- double glowIntensity = 0.4,
})
Implementation
const ModernPagination({
super.key,
required this.options,
@Deprecated('Use options.isDarkMode instead for reactive updates')
bool isDarkMode = true,
this.enableGlassmorphism = true,
this.enableGlow = true,
this.glowIntensity = 0.4,
});