description property

  1. @override
String get description
override

Define the description of the code.

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

Implementation

@override
String get description =>
    "ウィジェットを画像としてキャッシュし、高速に表示する`CachedImageBuilder`の利用方法。複雑なウィジェットを事前レンダリングして再利用可能な画像として保存し、パフォーマンスを向上。";