Skip to content

Commit

Permalink
Adapted property documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
WieFel committed Oct 26, 2020
1 parent 5262964 commit e4c9704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/navigation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ class BackdropNavigationBackLayer extends StatelessWidget {
/// Allows to set a [Padding] for each item of the list.
final EdgeInsetsGeometry itemPadding;

/// Sets a custom border on the list items. See [InkWell.customBorder].
/// Sets a custom border on the list items. See [InkResponse.customBorder].
final ShapeBorder itemCustomBorder;

/// Sets a custom splash color on the list items. See [InkWell.splashColor].
/// Sets a custom splash color on the list items. See [InkResponse.splashColor].
final Color itemSplashColor;

/// Creates an instance of [BackdropNavigationBackLayer] to be used with
Expand Down

0 comments on commit e4c9704

Please sign in to comment.