menu
flutter_contacts package
documentation
models/properties/photo.dart
Photo
Photo.new const constructor
Photo.new const constructor
dark_mode
light_mode
Photo
constructor
const
Photo
(
{
Uint8List
?
thumbnail
,
Uint8List
?
fullSize
,
})
Implementation
const Photo({this.thumbnail, this.fullSize});
flutter_contacts package
documentation
models/properties/photo
Photo
Photo.new const constructor
Photo class