description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "`ListTile`に`text`プロパティを追加したもの、textプロパティにWidgetを設定するとtitleの右側に表示される。";