menu
midmad01 package
documentation
files/fragment.dart
Fragment
Fragment.new const constructor
Fragment.new const constructor
dark_mode
light_mode
Fragment
constructor
const
Fragment
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const Fragment({Key? key, required this.title}) : super(key: key);
midmad01 package
documentation
files/fragment
Fragment
Fragment.new const constructor
Fragment class