Skip to content

Dartdoc for Column widget seems to talk about Row #6734

@mravn-google

Description

@mravn-google

The DartDoc starts out:

A widget that lays out its children in a vertical array.

Each child of a Row widget is either flexible or inflexible. The Row first lays out its inflexible children and subtracts their total width to determine how much free space is available. The Row then divides this free space among the flexible children in a ratio...

Steps to Reproduce

Look at https://docs.flutter.io/flutter/material/Column-class.html

Logs

N/A

Flutter Doctor

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions