menu
fast_app_base package
documentation
common/common.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({super.key, required this.left, required this.right});
fast_app_base package
documentation
common/common
VxTwoRow
VxTwoRow.new const constructor
VxTwoRow class