DwmContentProtectionBuilder constructor

const DwmContentProtectionBuilder({
  1. required Widget builder(
    1. BuildContext context,
    2. DwmDisplayAffinity displayAffinity
    ),
  2. Key? key,
})

Creates a widget that delegates its build to a callback.

Implementation

const DwmContentProtectionBuilder({
  required this.builder,
  super.key,
});