Skip to content

Commit

Permalink
Update zikr_content_viewer_screen.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
7Eltantawy committed Oct 31, 2023
1 parent e5d83f2 commit d7d0fab
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ class ZikrContentViewerScreen extends StatelessWidget {
text: state.zikrTitle.name,
blankSpace: MediaQuery.of(context).size.width,
pauseAfterRound: const Duration(seconds: 1),
startPadding: 10.0,
accelerationDuration: const Duration(seconds: 1),
accelerationCurve: Curves.linear,
decelerationDuration: const Duration(milliseconds: 500),
accelerationCurve: Curves.easeInOut,
decelerationCurve: Curves.easeOut,
fadingEdgeEndFraction: .5,
fadingEdgeEndFraction: 1,
fadingEdgeStartFraction: .5,
showFadingOnlyWhenScrolling: false,
style: const TextStyle(
Expand Down

0 comments on commit d7d0fab

Please sign in to comment.