Unverified Commit ad68ba30 authored by Dan Field's avatar Dan Field Committed by GitHub

fix red build for analysis (#28398)

parent 7b5a769b
......@@ -331,8 +331,8 @@ class StrutStyle extends Diagnosticable {
/// Equivalent to having no strut at all. All lines will be laid out according to
/// the properties defined in [TextStyle].
static const StrutStyle disabled = StrutStyle(
height: 0,
leading: 0,
height: 0.0,
leading: 0.0,
);
/// The name of the font to use when calcualting the strut (e.g., Roboto). If the
......
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