JotrockenmitlockenTable<T extends dynamic> class

Constructors

JotrockenmitlockenTable({dynamic key, required List<String> dataCategories, required String title, required String description, required List<T> data, required List<double> spacing, required List dataCellContentStrategies, required String entryRedirectText, int sortColumnIndex = 0, bool sortOnLoaded = false, bool isAscending = false})
const

Properties

data List<T>
final
dataCategories List<String>
final
dataCellContentStrategies List
final
description String
final
entryRedirectText String
final
hashCode int
The hash code for this object.
no setterinherited
isAscending bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortColumnIndex int
final
sortOnLoaded bool
final
spacing List<double>
final
title String
final

Methods

createState() JotrockenmitlockenTableState<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited