TableViewHorizontalDividerStyle class

Defines a display style of a particular horizontal divider of a table.

Inheritance
Annotations

Constructors

TableViewHorizontalDividerStyle({Color? color, double? thickness, double? space, double? indent, double? endIndent})
const

Properties

color Color?
The color of Dividers and VerticalDividers, also used between ListTiles, between rows in DataTables, and so forth.
finalinherited
endIndent double?
The amount of empty space at the trailing edge of Divider or bottom edge of VerticalDivider.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
indent double?
The amount of empty space at the leading edge of Divider or top edge of VerticalDivider.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space double?
The Divider's height or the VerticalDivider's width.
finalinherited
thickness double?
The thickness of the line drawn within the divider.
finalinherited

Methods

copyWith({Color? color, double? thickness, double? space, double? indent, double? endIndent}) TableViewHorizontalDividerStyle
Creates a copy of this object with the given fields replaced with the new values.
override
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
lerp(TableViewHorizontalDividerStyle other, double t) TableViewHorizontalDividerStyle
Linearly interpolate between two Divider themes.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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