menu
noteapp package
documentation
common/domain/base.dart
ImageListDetail
ImageListDetail constructor
ImageListDetail constructor
dark_mode
light_mode
ImageListDetail
constructor
ImageListDetail
(
List
<
String
>
urls
, {
String
title
=
""
,
})
Implementation
ImageListDetail(this.urls, {this.title = ""}) : super(ResourceType.pics);
noteapp package
documentation
common/domain/base
ImageListDetail
ImageListDetail constructor
ImageListDetail class