SlideSpecAttribute constructor
const
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,
Implementation
const SlideSpecAttribute({
this.headline1,
this.headline2,
this.headline3,
this.headline4,
this.headline5,
this.headline6,
this.paragraph,
this.link,
this.blockSpacing,
this.divider,
this.list,
this.table,
this.code,
this.blockquote,
this.innerContainer,
this.outerContainer,
this.contentContainer,
this.image,
});