VxListStringExtension extension

on

Methods

orderedList({Key? key, Color color = Colors.black, double? fontSize, EdgeInsetsGeometry? padding, ScrollPhysics? physics, bool? primary, bool shrinkWrap = true, VxListType type = VxListType.decimal}) Widget
Extension for using VxOrderedList directly with list of strings.
unorderedList({Key? key, Color color = Colors.black, double? fontSize, EdgeInsetsGeometry? padding, ScrollPhysics? physics, bool? primary, bool shrinkWrap = true}) Widget
Extension for using VxUnorderedList directly with list of strings.