altText property

String? altText
inherited

A description of an image to enable and support accessibility. Can be up to 1000 characters long. Alt text can only be added to images at the moment.

How It Can Be Used

  • Can be used to provide a written description of an image in case a user is visually impaired.

Implementation

String? get altText => throw _privateConstructorUsedError;