NSKitPlatformView constructor

const NSKitPlatformView({
  1. Key? key,
  2. required String viewType,
})

Implementation

const NSKitPlatformView({super.key, required this.viewType});