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), 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), BoxDecoration? imageBoxDecoration, double? imageHeight, double? imageWidth, AlignmentGeometry imageAlignment = Alignment.center})
-
factory
Methods
-
copyWith({Widget? image, String? title, String? description, Color? backgroundColor, TextStyle? titleStyle, TextStyle? descriptionStyle, EdgeInsets? contentPadding, 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