File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'where_query_filter.dart';
33
44/// An abstract class that represents common firestore operations.
55abstract class QueryFilter {
6-
76 /// The name of the field to target.
87 final String field;
98
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ enum GridDelegateType {
1010
1111 /// Pretty name of the enum value.
1212 String get label => switch (this ) {
13- fixedCrossAxisCount => 'Fixed Cross Axis Count' ,
14- maxCrossAxisExtent => 'Max Cross Axis Extent' ,
15- };
13+ fixedCrossAxisCount => 'Fixed Cross Axis Count' ,
14+ maxCrossAxisExtent => 'Max Cross Axis Extent' ,
15+ };
1616}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ typedef HasNode = bool Function(String id);
1818/// An interface for computing text information. This is meant to be used as an
1919/// abstraction to Flutter's [TextPainter] .
2020abstract class ITextSizeCalculator {
21-
2221 /// Returns the height of a defined [TextNode] based on its width.
2322 /// The details are dependant on the implementation.
2423 double getHeightForWidth (double width);
You can’t perform that action at this time.
0 commit comments