VxListStringExtension extension
Methods
-
orderedList(
{Key? key, Color color = Colors.black, double? fontSize, EdgeInsetsGeometry? padding, ScrollPhysics? physics, bool? primary, bool shrinkWrap = true, VxListType type = VxListType.decimal}) → Widget -
Available on List<
Extension for using VxOrderedList directly with list of strings.String> , provided by the VxListStringExtension extension -
unorderedList(
{Key? key, Color color = Colors.black, double? fontSize, EdgeInsetsGeometry? padding, ScrollPhysics? physics, bool? primary, bool shrinkWrap = true}) → Widget -
Available on List<
Extension for using VxUnorderedList directly with list of strings.String> , provided by the VxListStringExtension extension