menu
messenger
ui/page/home/introduction/view.dart
IntroductionView
IntroductionView.new const constructor
IntroductionView.new
dark_mode
light_mode
IntroductionView
constructor
const
IntroductionView
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const IntroductionView({super.key, required this.child});
messenger
view
IntroductionView
IntroductionView.new const constructor
IntroductionView class