ModernFlexibleGrid constructor
- Key? key,
- required FlexibleGridOptions options,
- bool isDarkMode = true,
- bool enableGlassmorphism = true,
- BorderRadius? cellBorderRadius,
Implementation
const ModernFlexibleGrid({
super.key,
required this.options,
this.isDarkMode = true,
this.enableGlassmorphism = true,
this.cellBorderRadius,
});