SlideOptions class
Constructors
- SlideOptions({bool devicePreview = false, bool scrollable = false, SlideLayout layout = SlideLayout.none, String? image, ImageFit imageFit = ImageFit.cover, VerticalAlignment verticalAlignment = VerticalAlignment.center, HorizontalAlignment horizontalAlignment = HorizontalAlignment.center, String? mix, bool codePreview = false})
-
const
-
SlideOptions.fromMap(Map<
String, dynamic> map) -
factory
- SlideOptions.fromYamlMap(YamlMap? yamlMap)
-
factory
Properties
- codePreview → bool
-
final
- devicePreview → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalAlignment → HorizontalAlignment
-
final
- image → String?
-
final
- imageFit → ImageFit
-
final
- layout → SlideLayout
-
final
- mix → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollable → bool
-
final
- verticalAlignment → VerticalAlignment
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
availableOptions
→ const List<
String>