wsl2distromanager
home_screen
MyHomePage
MyHomePage const constructor
MyHomePage
MyHomePage
constructor
Null safety
const
MyHomePage
(
{
Key
?
key
,
required
String
title
,
required
ThemeData
themeData
}
)
Implementation
const MyHomePage({Key? key, required this.title, required this.themeData}) : super(key: key);
wsl2distromanager
home_screen
MyHomePage
MyHomePage const constructor
MyHomePage class
Constructors
MyHomePage
Properties
hashCode
key
runtimeType
themeData
title
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==