menu
messenger
ui/page/home/page/my_profile/widget/background_preview.dart
BackgroundPreview
BackgroundPreview const constructor
BackgroundPreview
dark_mode
light_mode
BackgroundPreview
constructor
const
BackgroundPreview
(
Uint8List
?
background
, {
Key
?
key
,
void
onPick
()?,
void
onRemove
()?,
})
Implementation
const BackgroundPreview( this.background, { super.key, this.onPick, this.onRemove, });
messenger
background_preview
BackgroundPreview
BackgroundPreview const constructor
BackgroundPreview class