TUIMobileOverlayHeader constructor

const TUIMobileOverlayHeader({
  1. Key? key,
  2. required TUIOverlayMobileStyle style,
})

Implementation

const TUIMobileOverlayHeader({super.key, required this.style});