menu
ekyc_flutter package
documentation
app/modules/id_card_scanner/views/view_card.dart
ViewCard
ViewCard.new const constructor
ViewCard.new const constructor
dark_mode
light_mode
ViewCard
constructor
const
ViewCard
(
{
Key
?
key
,
required
String
path
,
})
Implementation
const ViewCard({Key? key, required this.path}) : super(key: key);
ekyc_flutter package
documentation
app/modules/id_card_scanner/views/view_card
ViewCard
ViewCard.new const constructor
ViewCard class