FView constructor
const
FView({})
Implementation
const FView({
super.key,
required this.player,
this.width,
this.height,
this.fit = FFit.contain,
this.fsFit = FFit.contain,
this.panelBuilder = defaultFPanelBuilder,
this.color = const Color(0xFF607D8B),
this.cover,
this.fs = true,
this.onDispose,
});