next_photo
features
PhotoListItem
PhotoListItem const constructor
PhotoListItem
PhotoListItem
constructor
Null safety
const
PhotoListItem
(
{
Key
?
key
,
required
Photo
photo
}
)
Creates item.
Implementation
const PhotoListItem({ Key? key, required this.photo, }) : super(key: key);
next_photo
features
PhotoListItem
PhotoListItem const constructor
PhotoListItem class
Constructors
PhotoListItem
Properties
hashCode
key
photo
runtimeType
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==