RenderFluentRow({required FluentRow node, Color? borderColor}) : super(node: node) { if (borderColor != null) { _borderColor = borderColor; } }