menu
messenger
ui/page/home/page/chat/widget/video/widget/expand_button.dart
ExpandButton
ExpandButton const constructor
ExpandButton
dark_mode
light_mode
ExpandButton
constructor
const
ExpandButton
(
{
Key
?
key
,
double
?
height
,
void
onTap
()?,
bool
fullscreen
=
false
,
})
Implementation
const ExpandButton({ super.key, this.height, this.onTap, this.fullscreen = false, });
messenger
expand_button
ExpandButton
ExpandButton const constructor
ExpandButton class