Config.usage constructor

const Config.usage(
  1. String usage
)

Configures producer-facing usage guidance for the annotated widget.

Implementation

const Config.usage(String usage) : this(usage: usage);