Unverified Commit ac9fefdf authored by Shi-Hao Hong's avatar Shi-Hao Hong Committed by GitHub

Fix InputDecorator.isDense typo from true -> false (#46648)

parent 645c3231
......@@ -2406,7 +2406,7 @@ class InputDecoration {
/// decorate a Material Design text field.
///
/// Unless specified by [ThemeData.inputDecorationTheme],
/// [InputDecorator] defaults [isDense] to true, and [filled] to false,
/// [InputDecorator] defaults [isDense] to false, and [filled] to false,
/// and [maxLines] to 1. The default border is an instance
/// of [UnderlineInputBorder]. If [border] is [InputBorder.none] then
/// no border is drawn.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment