|
| | DocumentItem ({ required this.title, required this.icon, required this.color, required this.subtitle, this.documentPath, }) |
| | DocumentItem (this.title, this.icon, this.color, this.subtitle) |
Definition at line 205 of file documents_screen.dart.
◆ DocumentItem() [1/2]
| DocumentItem::DocumentItem |
( |
{ required this.title, required this.icon, required this.color, required this.subtitle, this.documentPath, } | | ) |
|
|
private |
◆ DocumentItem() [2/2]
| DocumentItem::DocumentItem |
( |
this. | title, |
|
|
this. | icon, |
|
|
this. | color, |
|
|
this. | subtitle ) |
|
private |
◆ color
| final Color DocumentItem::color |
|
private |
◆ documentPath
| final String DocumentItem::documentPath |
|
private |
◆ icon
| final IconData DocumentItem::icon |
|
private |
◆ subtitle
| final String DocumentItem::subtitle |
|
private |
◆ title
| final String DocumentItem::title |
|
private |
The documentation for this class was generated from the following files: