File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed
Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55import 'package:equatable/equatable.dart' ;
66import 'package:json_annotation/json_annotation.dart' ;
77
8- import 'models/models.dart' ;
98import 'mixins.dart' ;
9+ import 'models/models.dart' ;
1010import 'utils.dart' ;
1111
1212part 'custom_component.g.dart' ;
Original file line number Diff line number Diff line change 44
55import 'package:json_annotation/json_annotation.dart' ;
66
7- import 'models/ink_well.dart' ;
87import 'models/models.dart' ;
98import 'nodes/nodes.dart' ;
109
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import 'package:json_annotation/json_annotation.dart';
77
88import '../mixins.dart' ;
99import 'models.dart' ;
10+
1011part 'border_side.g.dart' ;
1112
1213/// Represents the style of the border.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ part 'ink_well.g.dart';
1212/// Represents properties that relate to the [InkWell] widget in Flutter.
1313@JsonSerializable ()
1414class InkWellModel with EquatableMixin , SerializableMixin {
15-
1615 /// The highlight color of the [InkWell] if [useInkWell] is true.
1716 final ColorRGBA ? highlightColor;
1817
Original file line number Diff line number Diff line change 22// All rights reserved. Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE.md file.
44
5- import 'base_node.dart' ;
65import '../mixins.dart' ;
76import '../models/models.dart' ;
7+ import 'base_node.dart' ;
88
99/// SceneNode should never be called directly, only inherited by other nodes.
1010abstract class SceneNode extends BaseNode
You can’t perform that action at this time.
0 commit comments