ColumnAutoSizer class

Calculates a best-fit width without mounting duplicate customer widgets.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

calculate({required BuildContext context, required int columnIndex, required int maxTreeLevel, required HeaderColumn headerColumn, required Iterable<TreeRow> rows, required ColumnAutoSize configuration}) double?
Returns the best-fit width, or null when none of the supplied content exposes a reliable preferred width.