Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/custom_layout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract class _CustomLayoutStateBase<T extends _SubSwiper> extends State<T>
void initState() {
if (widget.itemWidth == null) {
throw new Exception(
"==============\n\nwidget.itemWith must not be null when use stack layout.\n========\n");
"==============\n\nwidget.itemWidth must not be null when use stack layout.\n========\n");
}

_createAnimationController();
Expand Down