NyBoxScrollViewExt extension

Extensions for ListView

on

Methods

expanded() → Column

Available on BoxScrollView, provided by the NyBoxScrollViewExt 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 NyBoxScrollViewExt extension

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

Available on BoxScrollView, provided by the NyBoxScrollViewExt extension

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

Available on BoxScrollView, provided by the NyBoxScrollViewExt extension

Make a widget visible when a condition is true.