NsgTableStyleMain class
Constructors
- NsgTableStyleMain.new({required Color progressbarColorPrimary, required Color progressbarColorSecondary, required Color bodyCellBorderColor, required Color headerCellBorderColor, required Color tableBorderColor, required Color headerCellBackColor, required Color bodyCellBackColor, required Color bodyCellBackSelColor, required TextStyle headerCellTextStyle, required TextStyle bodyCellTextStyle, required Color arrowsColor, required Color scrollbarTrackColor, required Color scrollbarBorderColor, required Color scrollbarThumbColor, required Color bodyRowEvenBackColor, required 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited