type property

  1. @override
String type
override

Name of the touch bar item type that will be used to inform the specific platform implementation which TouchBarItem must be rendered/updated. This is important because the platform channel communication is performed through subset of the primitive types. See https://flutter.dev/docs/development/platform-integration/platform-channels#codec.

Implementation

@override
String get type => 'Space';