description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "チャットの吹き出しを作成するためのウィジェットである`ChatTile`の利用方法。アバター、タイトル、アクション、柔軟なスタイリングをサポートし、送信/受信メッセージを視覚的に区別可能なチャットメッセージバブルを提供。";