FluentRowWidget constructor

const FluentRowWidget({
  1. Key? key,
  2. required FluentRow node,
  3. required FluentDocument document,
})

Implementation

const FluentRowWidget({
  super.key,
  required this.node,
  required this.document,
});