DataHelper class

Constructors

DataHelper({String? title, String? desc, bool isSelected = false, String? iconPath, IconData? icon, String? url, String? type, int? id, VoidCallback? onPressed, bool isVisible = true, Color? color})

Properties

color Color?
final
desc String?
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
iconPath String?
final
id int?
final
isSelected bool
getter/setter pair
isVisible bool
getter/setter pair
onPressed VoidCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
type String?
final
url String?
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