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)?})

Properties

button Widget? Function(Map<String, dynamic> data)?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isbutton bool
final
isSubtitle bool
final
isTitle bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
title String
final
type TableHeadType
final
widget Widget? Function(Map<String, dynamic> data)?
final
width double
final

Methods

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