TCICNativeWidget constructor
const
TCICNativeWidget({
- Key? key,
- required PlatformViewCreatedCallback onPlatformViewCreated,
- String? imageUrl,
Constructor
Implementation
const TCICNativeWidget({super.key, required this.onPlatformViewCreated, this.imageUrl});