ListUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
buildDataTable<T>(BuildContext context, List<String> columns, List<String> fields, bool sortAscending, int? sortColumnIndex, dynamic listOfData, Function onEditTap, Function onDeleteTap, {Function? onSort, double headingRowHeight = 45, Color headingRowColor = Colors.redAccent, double columnTextFontSize = 15, bool columnTextBold = true, double columnSpacing = 30, Widget? actionWidget, Widget? actionEditWidget, Widget? actionDeleteWidget, Function? onActionTap, bool isScrollable = false})
→ Widget
-