TableHead class
Constructors
-
TableHead({required String title, required String id, int size = 1, double width = 200.0, @Deprecated('Use widget instead. ' 'This is not required anymore') bool isbutton = false, bool isTitle = false, bool isSubtitle = false, TableHeadType type = TableHeadType.string, @Deprecated('Use widget instead. ' 'This feature was deprecated') Widget? button(Map<String, dynamic> data)?, Widget? widget(Map<String, dynamic> data)?})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited