PageViewModel class

Provides data for the pages.

Constructors

PageViewModel({required String title, required String description, TextStyle? titleStyle, TextStyle? descriptionStyle, required Color color, required String imageAssetPath, required String iconAssetPath})
Provides data for the pages.

Properties

color Color
Page color.
final
description String
Description for the page content.
final
descriptionStyle TextStyle?
Text Style of the page description.
final
hashCode int
The hash code for this object.
no setterinherited
iconAssetPath String
bottom indicator image of the page.
final
imageAssetPath String
Main image of the page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title of the page content.
final
titleStyle TextStyle?
Text Style of the page title.
final

Methods

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