ExitHeader constructor
const
ExitHeader({
- dynamic onExit()?,
- Key? key,
Implementation
const ExitHeader({
Function()? onExit,
Key? key,
}) : _onExit = onExit,
super(key: key);