app_intro
app_intro
Slide
Slide constructor
Slide
app_intro
app_intro
Slide
Slide constructor
Slide class
Constructors
Slide
Properties
description
icon
title
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Slide constructor
Slide
(
String
title
,
String
description
,
String
icon
)
Implementation
Slide(this.title, this.description, this.icon);