Skip to content

Commit

Permalink
Add documentation of new property
Browse files Browse the repository at this point in the history
  • Loading branch information
sidevesh authored May 31, 2020
1 parent 5b24d38 commit f887cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/shimmer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ enum ShimmerDirection { ltr, rtl, ttb, btt }
/// [enabled] controls if shimmer effect is active. When set to false the animation
/// is paused
///
/// [slanted] controls if shimmer effect is slanted or straight. When set to false,
/// the effect plays horizontally if direction is ShimmerDirection.ltr or ShimmerDirection.rtl,
/// or else, the effect plays vertically if direction is ShimmerDirection.ttb or ShimmerDirection.btt
///
/// ## Pro tips:
///
Expand Down

0 comments on commit f887cde

Please sign in to comment.