description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "ユーザーに伝えるメッセージを表示するためのボックスウィジェットである`MessageBox`の利用方法。アイコン、メッセージ、アクションボタンを含むカスタマイズ可能な情報表示ボックスを提供。";