buildView method
Widget
buildView(
- Map<
String, dynamic> arguments, - PlatformViewCreatedCallback onPlatformViewCreated
Returns a widget displaying the button.
Implementation
Widget buildView(Map<String, dynamic> arguments,
PlatformViewCreatedCallback onPlatformViewCreated) {
throw UnimplementedError('buildView() has not been implemented.');
}