menu
ekyc_flutter package
documentation
app/configs/config.dart
VxTwoRow
VxTwoRow.new const constructor
VxTwoRow.new const constructor
dark_mode
light_mode
VxTwoRow
constructor
const
VxTwoRow
(
{
Key
?
key
,
required
Widget
left
,
required
Widget
right
,
})
Implementation
const VxTwoRow({Key? key, required this.left, required this.right}) : super(key: key);
ekyc_flutter package
documentation
app/configs/config
VxTwoRow
VxTwoRow.new const constructor
VxTwoRow class