next_photo
features
HomeScreen
HomeScreen const constructor
HomeScreen
HomeScreen
constructor
Null safety
const
HomeScreen
(
{
Key
?
key
}
)
Creates screen.
Implementation
const HomeScreen({Key? key}) : super(key: key);
next_photo
features
HomeScreen
HomeScreen const constructor
HomeScreen class
Constructors
HomeScreen
Properties
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==