TCICNativeWidget constructor

const TCICNativeWidget({
  1. Key? key,
  2. required PlatformViewCreatedCallback onPlatformViewCreated,
  3. String? imageUrl,
})

Constructor

Implementation

const TCICNativeWidget({super.key, required this.onPlatformViewCreated, this.imageUrl});