Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 17, 2023
1 parent a787762 commit 459e5f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ abstract class PainterPrefixHint : PainterPathHint {
}

/**
* A [PainterHint] for adding prefix to resource path file name.
* For example, the resource path is `icons/MyIcon.svg`, the prefix is `_dark`,
* A [PainterHint] for adding suffix to resource path file name.
* For example, the resource path is `icons/MyIcon.svg`, the suffix is `_dark`,
* the patched resource path will be `icons/MyIcon_dark.svg`.
*/
@Immutable
Expand Down

0 comments on commit 459e5f1

Please sign in to comment.