Skip to content

Commit

Permalink
Add to AUTHORS and nit description
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Nov 17, 2021
1 parent 91bf9f0 commit c353612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ TAKAHASHI Shuuji <[email protected]>
Cameron Steffen <[email protected]>
Danny Tuppeny <[email protected]>
Ivan Tugay <[email protected]>
Rohan Vanheusden <[email protected]>
Rohan Vanheusden <[email protected]>
Minh Dao <[email protected]>
2 changes: 1 addition & 1 deletion lib/src/rules/use_decorated_box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const _desc = r'Use `DecoratedBox`.';

const _details = r'''
**DO** use `DecoratedBox` when `Container` has only `Decoration`.
**DO** use `DecoratedBox` when `Container` has only a `Decoration`.
A `Container` is a heavier Widget than a `DecoratedBox`, and as bonus,
`DecoratedBox` has a `const` constructor.
Expand Down

0 comments on commit c353612

Please sign in to comment.