OnboardingPage class

Constructors

OnboardingPage.new({Widget? image, required String title, required String description, Color backgroundColor = Colors.white, TextStyle? titleStyle, TextStyle? descriptionStyle, EdgeInsets contentPadding = const EdgeInsets.all(20.0), Widget? footer, BoxDecoration? imageBoxDecoration, double? imageHeight, double? imageWidth, AlignmentGeometry imageAlignment = Alignment.center})
OnboardingPage.withNetworkImage({required String imageUrl, required String title, required String description, Color backgroundColor = Colors.white, TextStyle? titleStyle, TextStyle? descriptionStyle, EdgeInsets contentPadding = const EdgeInsets.all(20.0), Widget? footer, BoxDecoration? imageBoxDecoration, double? imageHeight, double? imageWidth, AlignmentGeometry imageAlignment = Alignment.center})
factory

Properties

backgroundColor Color
final
contentPadding EdgeInsets
final
description String
final
descriptionStyle TextStyle?
final
final
hashCode int
The hash code for this object.
no setterinherited
image Widget?
final
imageAlignment AlignmentGeometry
final
imageBoxDecoration BoxDecoration?
final
imageHeight double?
final
imageWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
titleStyle TextStyle?
final

Methods

copyWith({Widget? image, String? title, String? description, Color? backgroundColor, TextStyle? titleStyle, TextStyle? descriptionStyle, EdgeInsets? contentPadding, Widget? footer, BoxDecoration? imageBoxDecoration, double? imageHeight, double? imageWidth, AlignmentGeometry? imageAlignment}) OnboardingPage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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