menu
plsgetpublishedssn package
documentation
ex2.dart
CustomCard
CustomCard.new constructor
CustomCard.new constructor
dark_mode
light_mode
CustomCard
constructor
CustomCard
(
{
required
String
title
,
required
String
description
,
required
String
imageUrl
,
})
Implementation
CustomCard({ required this.title, required this.description, required this.imageUrl, });
plsgetpublishedssn package
documentation
ex2
CustomCard
CustomCard.new constructor
CustomCard class