NiceTreeGridColumn<T> class
Column definition for the tree grid.
Constructors
- NiceTreeGridColumn({required String title, required Widget valueBuilder(T item, int depth), double? width, int flex = 1, bool sortable = false, Comparable sortBy(T item)?, Widget headerBuilder(String title)?})
-
const
Properties
- flex → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerBuilder → Widget Function(String title)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sortable → bool
-
final
- sortBy → Comparable Function(T item)?
-
final
- title → String
-
final
- valueBuilder → Widget Function(T item, int depth)
-
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