TableStyle class abstract final Tables

A few common built-in table style names, for convenience. Any valid Excel style name string (e.g. 'TableStyleLight9', 'TableStyleDark3') also works as ExcelTable.style.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

dark1 → const String
A dark, high-contrast banded style.
light9 → const String
A light blue banded style.
medium2 → const String
A medium blue banded style (a common default).
medium9 → const String
A medium, more saturated banded style.
none → const String
No table style (plain, unbanded).