FlutterFloatWindowView constructor
const
FlutterFloatWindowView({})
Implementation
const FlutterFloatWindowView(
{Key? key,
required this.videoUrl,
this.title = "",
this.artist = "",
this.coverUrl = "",
this.position = 0,
this.duration=0,
this.speed=1.0})
: super(key: key);