NsgTableStyle class
Constructors
- NsgTableStyle.new({Color? progressbarColorPrimary, Color? progressbarColorSecondary, Color? headerCellBorderColor, Color? tableBorderColor, Color? headerCellBackColor, Color? bodyCellBackColor, Color? bodyCellBackSelColor, TextStyle? headerCellTextStyle, TextStyle? bodyCellTextStyle, Color? bodyCellBorderColor, Color? arrowsColor, Color? scrollbarTrackColor, Color? scrollbarBorderColor, Color? scrollbarThumbColor, Color? bodyRowEvenBackColor, Color? bodyRowOddBackColor})
-
const
Properties
- arrowsColor → Color?
-
final
- bodyCellBackColor → Color?
-
final
- bodyCellBackSelColor → Color?
-
final
- bodyCellBorderColor → Color?
-
final
- bodyCellTextStyle → TextStyle?
-
final
- bodyRowEvenBackColor → Color?
-
final
- bodyRowOddBackColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerCellBackColor → Color?
-
final
- headerCellBorderColor → Color?
-
final
- headerCellTextStyle → TextStyle?
-
final
-
final
-
final
-
final
-
final
- progressbarColorPrimary → Color?
-
final
- progressbarColorSecondary → Color?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollbarBorderColor → Color?
-
final
- scrollbarThumbColor → Color?
-
final
- scrollbarTrackColor → Color?
-
final
- tableBorderColor → Color?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
style(
) → NsgTableStyleMain -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited