menu
vlc_flutter package
documentation
vlcplayer.dart
VLCValue
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
VLCValue
copyWith
(
{
VLCState
?
state
,
})
Implementation
VLCValue copyWith({VLCState? state}){ return VLCValue( state:state ?? this.state ); }
vlc_flutter package
documentation
vlcplayer
VLCValue
copyWith method
VLCValue class