FdcGridSummaryCellStyle class
Per-column visual style override for grid summary row values.
The grid-level FdcGridSummaryStyle remains the default for the whole
summary row. Columns can use this style to align, emphasize, or color their
own summary cell without affecting normal data cells.
Constructors
- FdcGridSummaryCellStyle({Color? backgroundColor, TextStyle? textStyle, Alignment? alignment, EdgeInsetsGeometry? padding})
-
Creates a FdcGridSummaryCellStyle.
const
Properties
- alignment → Alignment?
-
Optional alignment for this column's summary value.
final
- backgroundColor → Color?
-
Optional background color for this column's summary cell.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- padding → EdgeInsetsGeometry?
-
Optional cell padding for this column's summary value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle?
-
Optional text style for this column's summary value.
final
Methods
-
copyWith(
{Color? backgroundColor, TextStyle? textStyle, Alignment? alignment, EdgeInsetsGeometry? padding}) → FdcGridSummaryCellStyle - Creates a copy with selected values replaced.
-
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.
override