description property

  1. @override
String get description
override

Define the description of the code.

コードの説明を定義します。

Implementation

@override
String get description =>
    "項目のタイトルなどで使うラベルを表示するためのウィジェットである`Label`の利用方法。アイコン、テキスト、アクションボタンを組み合わせたセクションヘッダーやラベル表示を実現。";