MdTableUtil<T extends dynamic> class
- Inheritance
-
- Object
- MixUtility<
T, MdTableDto> - DtoUtility<
T, MdTableDto, MdTable> - MdTableUtil
Constructors
- MdTableUtil(T builder(MdTableDto))
-
const
Properties
-
body
→ TextStyleUtility<
T> -
no setter
-
border
→ TableBorderUtility<
T> -
no setter
- builder → T Function(MdTableDto)
-
finalinherited
-
cellPadding
→ SpacingUtility<
T> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
head
→ TextStyleUtility<
T> -
no setter
-
rowDecoration
→ BoxDecorationUtility<
T> -
no setter
-
rowDecorationAlternating
→ MarkdownAlternatingUtility<
T> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textStyle
→ TextStyleUtility<
T> -
no setter
Methods
-
as(
MdTable value) → T -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{TextStyleDto? textStyle, TextStyleDto? head, TextStyleDto? body, TableBorderDto? border, BoxDecorationDto? rowDecoration, MarkdownAlternating? rowDecorationAlternating, SpacingDto? cellPadding, TableColumnWidth? columnWidth}) → T -
override
-
tableColumnWidth(
TableColumnWidth value) → T -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited