description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description =
    'Generates a pure UI widget. Enforces zero dependency on business logic. Use for reusable UI elements that receive all data via constructor.';