PlatformWidget constructor Null safety
- {Key? key,
- Widget? child,
- Map<
TargetPlatform, Widget> targets}
Implementation
const factory PlatformWidget(
{final Key? key,
final Widget? child,
final Map<TargetPlatform, Widget> targets}) = _$PlatformWidget;