menu
flutter_chen_common package
documentation
widgets/base/com_gallery.dart
ComGallery
ComGallery const constructor
ComGallery const constructor
dark_mode
light_mode
ComGallery
constructor
const
ComGallery
(
{
Key
?
key
,
required
List
<
String
>
urls
,
int
initialIndex
=
0
,
})
Implementation
const ComGallery({ super.key, required this.urls, this.initialIndex = 0, });
flutter_chen_common package
documentation
widgets/base/com_gallery
ComGallery
ComGallery const constructor
ComGallery class