XfdnRow constructor

const XfdnRow({
  1. Key? key,
  2. required List<Widget> children,
})

Implementation

const XfdnRow({super.key, required this.children});