SimplePlayerSettings class
Constructors
-
SimplePlayerSettings({required String type, required String path, required String label, required double aspectRatio, required bool autoPlay, required bool loopMode, required bool forceAspectRatio, required Color colorAccent})
-
-
SimplePlayerSettings.assets({required String path, String? label, double? aspectRatio, bool? autoPlay, bool? loopMode, bool? forceAspectRatio, Color? colorAccent})
-
factory
-
SimplePlayerSettings.network({required String path, String? label, double? aspectRatio, bool? autoPlay, bool? loopMode, bool? forceAspectRatio, Color? colorAccent})
-
SimplePlayerSettings
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited