Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
DashboardItem Class Reference

Private Member Functions

 DashboardItem ({ required this.title, required this.icon, required this.color, this.subtitle, this.path, })

Private Attributes

final String title
final IconData icon
final Color color
final String subtitle
final String path

Detailed Description

Definition at line 3 of file dashboard_item_entity.dart.

Constructor & Destructor Documentation

◆ DashboardItem()

DashboardItem::DashboardItem ( { required this.title, required this.icon, required this.color, this.subtitle, this.path, } )
private

Member Data Documentation

◆ color

final Color DashboardItem::color
private

Definition at line 6 of file dashboard_item_entity.dart.

◆ icon

final IconData DashboardItem::icon
private

Definition at line 5 of file dashboard_item_entity.dart.

◆ path

final String DashboardItem::path
private

Definition at line 8 of file dashboard_item_entity.dart.

◆ subtitle

final String DashboardItem::subtitle
private

Definition at line 7 of file dashboard_item_entity.dart.

◆ title

final String DashboardItem::title
private

Definition at line 4 of file dashboard_item_entity.dart.


The documentation for this class was generated from the following file: