DwmContentProtectionBuilder constructor
const
DwmContentProtectionBuilder({
- required Widget builder(
- BuildContext context,
- DwmDisplayAffinity displayAffinity
- Key? key,
Creates a widget that delegates its build to a callback.
Implementation
const DwmContentProtectionBuilder({
required this.builder,
super.key,
});