NyBoxScrollView extension

Extensions for ListView

on

Methods

expanded() Column

Available on BoxScrollView, provided by the NyBoxScrollView extension

expand the list view.
paddingOnly({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) Padding

Available on BoxScrollView, provided by the NyBoxScrollView extension

Add padding to the list view.
paddingSymmetric({double horizontal = 0.0, double vertical = 0.0}) Padding

Available on BoxScrollView, provided by the NyBoxScrollView extension

Add symmetric padding to the list view.
visibleWhen(bool condition) Widget

Available on BoxScrollView, provided by the NyBoxScrollView extension

Make a widget visible when a condition is true.