WidgetColumnHeader class

Inheritance

Constructors

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

Properties

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

Methods

copyWith({bool empty()?, String? text()?, AlignmentGeometry alignment()?, TextAlign textAlign()?, bool showFilter()?, bool showOrderBy()?, TextStyle? textStyle()?, Color? backgroundColor()?, Color? foregroundColor()?}) ColumnHeader
inherited
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