menu
arcane package
documentation
component/card_carousel.dart
CardCarousel
CardCarousel const constructor
CardCarousel const constructor
dark_mode
light_mode
CardCarousel
constructor
const
CardCarousel
(
{
Key
?
key
,
List
<
Widget
>
children
=
const []
,
int
sharpness
=
9
,
})
Implementation
const CardCarousel({super.key, this.children = const [], this.sharpness = 9});
arcane package
documentation
component/card_carousel
CardCarousel
CardCarousel const constructor
CardCarousel class