MdTableDto class
Constructors
- MdTableDto({TextStyleDto? textStyle, TextStyleDto? head, TextStyleDto? body, TableBorderDto? border, BoxDecorationDto? rowDecoration, MarkdownAlternating? rowDecorationAlternating, SpacingDto? cellPadding, TableColumnWidth? columnWidth})
-
const
Properties
- body → TextStyleDto?
-
final
- border → TableBorderDto?
-
final
- cellPadding → SpacingDto?
-
final
- columnWidth → TableColumnWidth?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- head → TextStyleDto?
-
final
-
props
→ List<
Object?> -
no setter
- rowDecoration → BoxDecorationDto?
-
final
- rowDecorationAlternating → MarkdownAlternating?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool
-
no setterinherited
- textStyle → TextStyleDto?
-
final
Methods
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant MdTableDto? other) → MdTableDto -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
MixData mix) → MdTable -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
from(
MdTable style) → MdTableDto -
maybeFrom(
MdTable? style) → MdTableDto?