FluentRowWidget constructor
const
FluentRowWidget({
- Key? key,
- required FluentRow node,
- required FluentDocument document,
Implementation
const FluentRowWidget({
super.key,
required this.node,
required this.document,
});