SlideSpecAttribute class

Inheritance

Constructors

SlideSpecAttribute({MdTextStyleDto? headline1, MdTextStyleDto? headline2, MdTextStyleDto? headline3, MdTextStyleDto? headline4, MdTextStyleDto? headline5, MdTextStyleDto? headline6, MdTextStyleDto? paragraph, TextStyleDto? link, double? blockSpacing, MdDividerDto? divider, MdListDto? list, MdTableDto? table, MdCodeDto? code, MdBlockQuoteDto? blockquote, BoxSpecAttribute? innerContainer, BoxSpecAttribute? outerContainer, BoxSpecAttribute? contentContainer, ImageSpecAttribute? image})
const

Properties

animated AnimatedDataDto?
finalinherited
blockquote MdBlockQuoteDto?
final
blockSpacing double?
final
code MdCodeDto?
final
contentContainer BoxSpecAttribute?
final
divider MdDividerDto?
final
hashCode int
The hash code for this object.
no setterinherited
headline1 MdTextStyleDto?
final
headline2 MdTextStyleDto?
final
headline3 MdTextStyleDto?
final
headline4 MdTextStyleDto?
final
headline5 MdTextStyleDto?
final
headline6 MdTextStyleDto?
final
image ImageSpecAttribute?
final
innerContainer BoxSpecAttribute?
final
final
list MdListDto?
final
mergeKey Object
no setterinherited
modifiers WidgetModifiersDataDto?
finalinherited
outerContainer BoxSpecAttribute?
final
paragraph MdTextStyleDto?
final
props List<Object?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
no setterinherited
table MdTableDto?
final

Methods

getDiff(EqualityMixin other) Map<String, String>
inherited
merge(covariant SlideSpecAttribute? other) SlideSpecAttribute
Merges this object with other, returning a new object of type T.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(MixData mix) SlideSpec
override
toString() String
A string representation of this object.
inherited

Operators

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