Add rule override
Update core Optimize more details
This commit is contained in:
@@ -912,7 +912,7 @@ class __$$WindowPropsImplCopyWithImpl<$Res>
|
||||
@JsonSerializable()
|
||||
class _$WindowPropsImpl implements _WindowProps {
|
||||
const _$WindowPropsImpl(
|
||||
{this.width = 900, this.height = 600, this.top, this.left});
|
||||
{this.width = 750, this.height = 600, this.top, this.left});
|
||||
|
||||
factory _$WindowPropsImpl.fromJson(Map<String, dynamic> json) =>
|
||||
_$$WindowPropsImplFromJson(json);
|
||||
|
||||
Reference in New Issue
Block a user