TPdfTableDecoration class
Constructors
- TPdfTableDecoration({TextStyle? headerStyle, TextStyle? cellStyle, EdgeInsetsGeometry headerPadding = const EdgeInsets.symmetric(vertical: 7.5, horizontal: 7.5), EdgeInsetsGeometry cellPadding = const EdgeInsets.symmetric(vertical: 10, horizontal: 7.5), AlignmentGeometry headerAlignment = Alignment.topLeft, AlignmentGeometry cellAlignment = Alignment.topLeft, TableBorder? border})
-
const
Properties
- border → TableBorder?
-
final
- cellAlignment → AlignmentGeometry
-
final
- cellPadding → EdgeInsetsGeometry
-
final
- cellStyle → TextStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerAlignment → AlignmentGeometry
-
final
- headerPadding → EdgeInsetsGeometry
-
final
- headerStyle → TextStyle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBorder(
ColorScheme colors) → TableBorder -
getCellStyle(
ColorScheme colors) → TextStyle -
getHeaderStyle(
ColorScheme colors) → TextStyle -
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