menu
aliplayer_widget package
documentation
theme/player_assets_scope.dart
PlayerAssetsScope
PlayerAssetsScope.new const constructor
PlayerAssetsScope.new const constructor
dark_mode
light_mode
PlayerAssetsScope
constructor
const
PlayerAssetsScope
(
{
Key
?
key
,
required
String
assetsPath
,
required
Widget
child
,
})
Implementation
const PlayerAssetsScope({ super.key, required this.assetsPath, required super.child, });
aliplayer_widget package
documentation
theme/player_assets_scope
PlayerAssetsScope
PlayerAssetsScope.new const constructor
PlayerAssetsScope class