name property

String name
final

The name for the instance. This is basically the class name of the instance.

For example: Container, Text or SizedBox

Implementation

final String name;