description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "ユーザーによる入力や選択を受け取るために利用可能な`Widget`である`Form`の一覧とその利用方法";