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