diff --git a/lib/src/custom_layout.dart b/lib/src/custom_layout.dart index 8ce77f2..5aa602d 100644 --- a/lib/src/custom_layout.dart +++ b/lib/src/custom_layout.dart @@ -13,7 +13,7 @@ abstract class _CustomLayoutStateBase extends State 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();