MobileScreen constructor

const MobileScreen({
  1. Key? key,
})

Displays a warning for mobile users.

Implementation

const MobileScreen({super.key});