ColumnHeader class

Implementers

Constructors

ColumnHeader({bool empty = false, String? text, AlignmentGeometry alignment = Alignment.centerLeft, bool showFilter = false, bool showOrderBy = false, TextAlign textAlign = TextAlign.start, Color? backgroundColor, Color? foregroundColor, TextStyle? textStyle})
const

Properties

alignment AlignmentGeometry
final
backgroundColor Color?
final
empty bool
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFilter bool
final
showOrderBy bool
final
text String?
final
textAlign TextAlign
final
textStyle TextStyle?
final

Methods

copyWith({bool empty()?, String? text()?, AlignmentGeometry alignment()?, TextAlign textAlign()?, bool showFilter()?, bool showOrderBy()?, TextStyle? textStyle()?, Color? backgroundColor()?, Color? foregroundColor()?}) ColumnHeader
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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