From f887cde2ee4103e9e198f0b1a76009761f2aba9b Mon Sep 17 00:00:00 2001 From: Swapnil Devesh Date: Mon, 1 Jun 2020 03:18:58 +0530 Subject: [PATCH] Add documentation of new property --- lib/shimmer.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/shimmer.dart b/lib/shimmer.dart index 53fdf21..cbdff0c 100644 --- a/lib/shimmer.dart +++ b/lib/shimmer.dart @@ -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: ///