Skip to content

Commit

Permalink
Merge pull request #1710 from nextcloud/fix/neon_framework/doc-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Mar 5, 2024
2 parents 3ec7de6 + df18606 commit 7889acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neon_framework/lib/src/widgets/image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ class NeonApiImage extends StatefulWidget {
/// Defaults to the currently active account in [AccountsBloc.activeAccount].
final Account? account;

/// {@macro NeonImage.getImage}
/// Callback for downloading the image data.
final ApiImageDownloader getImage;

/// {@macro NeonImage.cacheKey}
/// The unique key used for caching the image.
final String cacheKey;

/// The ETag used for invalidating the cache.
Expand Down

0 comments on commit 7889acd

Please sign in to comment.