argumentName property

String argumentName
final

The callback single argument name.

In Builder(builder: (scope) => Container());, argumentName is "scope".

Implementation

final String argumentName;