flutter_vantui library

Extensions

MapExt on Map<K, V>

Constants

nil → const SizedBox

Functions

getChildOffsetInSliverList(BuildContext sliverContext, BuildContext childContext) double?
Get child offset from sliver list
isLastChild(BuildContext context) bool
raf(dynamic cb()) → dynamic
Request a callback After Frame
range(int min, int max) List<int>
min..max
tryCatch<T>(T fn(), {T orElse(Object e)?}) → T?

Typedefs

HeadBuilder = Widget Function(HeadArgs args)
HeightFromConstraint = double Function(BoxConstraints con)
IndicatorBuilder = Widget Function(IndicatorStatus e)
LabelByChecked = dynamic Function(bool checked)
OptionFilter = List<NamedValue> Function(List<NamedValue> options)
OptionFormatter = NamedValue Function(NamedValue option)
VanPopup = VanPopupWrap