Fix the divider_theme space documentation problem (#125195)
In the specific implementation, the Divider uses the "space" field as the height for horizontal dividers, and the "space" field as the width for VerticalDivider , which is different from the documentation description.
This commit is contained in:
parent
3a436f47f5
commit
d93ffc10c4
@ -46,7 +46,7 @@ class DividerThemeData with Diagnosticable {
|
||||
/// used between [ListTile]s, between rows in [DataTable]s, and so forth.
|
||||
final Color? color;
|
||||
|
||||
/// The [Divider]'s width or the [VerticalDivider]'s height.
|
||||
/// The [Divider]'s height or the [VerticalDivider]'s width.
|
||||
///
|
||||
/// This represents the amount of horizontal or vertical space the divider
|
||||
/// takes up.
|
||||
|
Loading…
x
Reference in New Issue
Block a user