ModernButton constructor
const
ModernButton({})
Implementation
const ModernButton({
super.key,
required this.text,
required this.onPressed,
required this.backgroundColor,
required this.foregroundColor,
this.isPrimary = false,
required this.isDark,
this.isOutlined = false,
});