GoogleListItem class

Constructors

GoogleListItem({required String id, Widget? icon, required String title, String? subtitle, Widget? page, GoogleListItemState? state})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
id String
final
page Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state GoogleListItemState?
final
subtitle String?
final
title String
final

Methods

copyWith({String? id, Widget? icon, String? title, String? subtitle, Widget? page, GoogleListItemState? state}) GoogleListItem
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