menu
wsl2distromanager
navbar
Navbar
Navbar const constructor
Navbar
brightness_4
brightness_5
Navbar
constructor
const
Navbar
(
{
Key
?
key
,
required
String
title
,
required
Widget
child
}
)
Implementation
const Navbar({ Key? key, required this.title, required this.child, }) : super(key: key);
wsl2distromanager
navbar
Navbar
Navbar const constructor
Navbar class
Constructors
Navbar
Properties
child
hashCode
key
runtimeType
title
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==