BloomView constructor

const BloomView({
  1. required String name,
})

Creates a BloomView annotation for platform view name.

Implementation

const BloomView({required this.name});