Unverified Commit 2f96d1f0 authored by Tom Rivoire's avatar Tom Rivoire Committed by GitHub

Fix contentPadding documentation accent (#65094)

parent 414c0d81
...@@ -2765,10 +2765,10 @@ class InputDecoration { ...@@ -2765,10 +2765,10 @@ class InputDecoration {
/// ///
/// If `isOutline` property of [border] is false and if [filled] is true then /// If `isOutline` property of [border] is false and if [filled] is true then
/// `contentPadding` is `EdgeInsets.fromLTRB(12, 8, 12, 8)` when [isDense] /// `contentPadding` is `EdgeInsets.fromLTRB(12, 8, 12, 8)` when [isDense]
/// is true and `EdgeInsets.fromLTRB(12, 12, 12, 12)` when [isDense] is false`. /// is true and `EdgeInsets.fromLTRB(12, 12, 12, 12)` when [isDense] is false.
/// If `isOutline` property of [border] is false and if [filled] is false then /// If `isOutline` property of [border] is false and if [filled] is false then
/// `contentPadding` is `EdgeInsets.fromLTRB(0, 8, 0, 8)` when [isDense] is /// `contentPadding` is `EdgeInsets.fromLTRB(0, 8, 0, 8)` when [isDense] is
/// true and `EdgeInsets.fromLTRB(0, 12, 0, 12)` when [isDense] is false`. /// true and `EdgeInsets.fromLTRB(0, 12, 0, 12)` when [isDense] is false.
/// ///
/// If `isOutline` property of [border] is true then `contentPadding` is /// If `isOutline` property of [border] is true then `contentPadding` is
/// `EdgeInsets.fromLTRB(12, 20, 12, 12)` when [isDense] is true /// `EdgeInsets.fromLTRB(12, 20, 12, 12)` when [isDense] is true
......
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