name property

String? name
final

A displayable name for the item which is also used for accessibility. If null the name is automatically generated from the width and height values and the name will always be overwritten by this auto-generated name if the user toggles the aspect when toggleable is enabled.

// Defaults to:
null

Implementation

final String? name;