PlutoColumnGroup class

Constructors

PlutoColumnGroup({required String title, List<String>? fields, List<PlutoColumnGroup>? children, EdgeInsets? titlePadding, InlineSpan? titleSpan, PlutoColumnTextAlign titleTextAlign = PlutoColumnTextAlign.center, bool? expandedColumn = false, Color? backgroundColor, Key? key})

Properties

backgroundColor Color?
final
children List<PlutoColumnGroup>?
final
expandedColumn bool?
It shows only one column. he height is set to the maximum depth of the group. The group title is not shown.
final
fields List<String>?
final
hasChildren bool
latefinal
hasFields bool
latefinal
hashCode int
The hash code for this object.
no setterinherited
key Key
no setter
parent PlutoColumnGroup?
getter/setter pair
parents Iterable<PlutoColumnGroup>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
titlePadding EdgeInsets?
final
titleSpan InlineSpan?
Customize the column with TextSpan or WidgetSpan instead of the column's title string.
final
titleTextAlign PlutoColumnTextAlign
Text alignment in Cell. (Left, Right, Center)
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