ModalGradientDivider constructor
- Key? key,
- bool isDarkMode = true,
- EdgeInsets? margin,
Implementation
const ModalGradientDivider({
super.key,
this.isDarkMode = true,
this.margin,
});
const ModalGradientDivider({
super.key,
this.isDarkMode = true,
this.margin,
});