ModalHeader constructor
const
ModalHeader({
- Key? key,
- VoidCallback? onClose,
- VoidCallback? onBack,
- bool showBackButton = false,
- bool isDark = false,
- String? title,
Implementation
const ModalHeader({
Key? key,
this.onClose,
this.onBack,
this.showBackButton = false,
this.isDark = false,
this.title,
}) : super(key: key);