FreedomTableTheme class
Constructors
-
FreedomTableTheme({Color dividerColor = const Color(0xffe6e6e6), Color backgroundColor = const Color(0xfff2f2f2), Color hoverColor = const Color(0xfff6f6f6), Color hoverColorGetter()?, })
-
Properties
-
backgroundColor
→ Color
-
body cell background color
final
-
dividerColor
→ Color
-
table divider color
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hoverColor
→ Color
-
body cell hover color
final
-
hoverColorGetter
→ Color Function()?
-
body cell hover color getter, this priority is higher than hoverColor
final
-
pager Border Color
final
-
pager Focused Background Color
final
-
pager Text Color
final
-
pager Text Disabled Color
final
-
pager Text Focused Color
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited