menu
ekyc_flutter package
documentation
app/modules/infomation/views/result_notity.dart
ResultNotify
ResultNotify.new const constructor
ResultNotify.new const constructor
dark_mode
light_mode
ResultNotify
constructor
const
ResultNotify
(
{
Key
?
key
,
required
bool
result
,
})
Implementation
const ResultNotify({Key? key, required this.result}) : super(key: key);
ekyc_flutter package
documentation
app/modules/infomation/views/result_notity
ResultNotify
ResultNotify.new const constructor
ResultNotify class