@meursyphus/flitter 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import * as src from 'src';
2
-
3
1
  type PaintContext = {
4
2
  createSvgEl: (tagName: keyof SVGElementTagNameMap) => SVGElement;
5
3
  appendSvgEl: (el: SVGElement) => void;
@@ -3174,7 +3172,7 @@ declare class Curve {
3174
3172
  transform(value: number): number;
3175
3173
  }
3176
3174
 
3177
- declare const _default$h: {
3175
+ declare const _default$v: {
3178
3176
  linear: Curve;
3179
3177
  easeIn: Curve;
3180
3178
  easeInOut: Curve;
@@ -3366,16 +3364,6 @@ declare class RenderAligningShiftedBox extends SingleChildRenderObject {
3366
3364
  alignChild(): void;
3367
3365
  }
3368
3366
 
3369
- declare class BaseZIndex extends SingleChildRenderObjectWidget {
3370
- zIndex: number;
3371
- constructor({ key, child, zIndex, }: {
3372
- key?: any;
3373
- child?: Widget;
3374
- zIndex: number;
3375
- });
3376
- createRenderObject(): SingleChildRenderObject;
3377
- updateRenderObject(renderObject: RenderZIndex): void;
3378
- }
3379
3367
  declare class RenderZIndex extends SingleChildRenderObject {
3380
3368
  #private;
3381
3369
  get zIndex(): number;
@@ -3609,7 +3597,7 @@ declare class ChangeNotifierProviderState extends State<ChangeNotifierProvider>
3609
3597
  initState(_: Element): void;
3610
3598
  build(_: Element): Widget;
3611
3599
  }
3612
- declare const _default$g: (props_0: {
3600
+ declare const _default$u: (props_0: {
3613
3601
  child: Widget;
3614
3602
  create: () => ChangeNotifier;
3615
3603
  key?: string;
@@ -3625,20 +3613,7 @@ declare function Column({ children, mainAxisAlignment, crossAxisAlignment, verti
3625
3613
  verticalDirection?: VerticalDirection;
3626
3614
  mainAxisSize?: MainAxisSize;
3627
3615
  key?: any;
3628
- }): {
3629
- clipped: boolean;
3630
- child?: Widget;
3631
- clipper: (size: Size) => Path;
3632
- build(_: src.Element): Widget;
3633
- createElement(): src.StatelessElement;
3634
- initState(_: src.Element): void;
3635
- key?: any;
3636
- runtimeType: string;
3637
- toJSON(): {
3638
- key: any;
3639
- runtimeType: string;
3640
- };
3641
- };
3616
+ }): any;
3642
3617
 
3643
3618
  declare function Row({ children, mainAxisAlignment, crossAxisAlignment, verticalDirection, mainAxisSize, key, }: {
3644
3619
  children: Widget[];
@@ -3647,20 +3622,7 @@ declare function Row({ children, mainAxisAlignment, crossAxisAlignment, vertical
3647
3622
  verticalDirection?: VerticalDirection;
3648
3623
  mainAxisSize?: MainAxisSize;
3649
3624
  key?: any;
3650
- }): {
3651
- clipped: boolean;
3652
- child?: Widget;
3653
- clipper: (size: Size) => Path;
3654
- build(_: src.Element): Widget;
3655
- createElement(): src.StatelessElement;
3656
- initState(_: src.Element): void;
3657
- key?: any;
3658
- runtimeType: string;
3659
- toJSON(): {
3660
- key: any;
3661
- runtimeType: string;
3662
- };
3663
- };
3625
+ }): any;
3664
3626
 
3665
3627
  declare function Text(text: string, props?: TextProps): _Text;
3666
3628
  declare namespace Text {
@@ -3691,84 +3653,37 @@ type TextProps = {
3691
3653
  textWidthBasis?: TextWidthBasis;
3692
3654
  };
3693
3655
 
3694
- declare class Flexible extends SingleChildRenderObjectWidget {
3695
- flex: number;
3696
- fit: "tight" | "loose";
3697
- constructor({ flex, child, fit, key, }?: {
3698
- flex?: number;
3699
- child?: Widget;
3700
- fit?: "tight" | "loose";
3701
- key?: any;
3702
- });
3703
- createRenderObject(): RenderFlexible;
3704
- updateRenderObject(renderObject: RenderFlexible): void;
3705
- }
3706
- declare class RenderFlexible extends SingleChildRenderObject {
3707
- _flex: number;
3708
- _fit: "tight" | "loose";
3709
- get flex(): number;
3710
- set flex(newFlex: number);
3711
- get fit(): "tight" | "loose";
3712
- set fit(newFit: "tight" | "loose");
3713
- constructor({ flex, fit }: {
3714
- flex: number;
3715
- fit: "tight" | "loose";
3716
- });
3717
- }
3718
-
3719
3656
  declare function Expanded({ flex, child, key, }: {
3720
3657
  flex?: number;
3721
3658
  child: Widget;
3722
3659
  key?: any;
3723
- }): Flexible;
3724
-
3725
- declare class BaseConstrainedBox extends SingleChildRenderObjectWidget {
3726
- constraints: Constraints;
3727
- constructor({ child, constraints, key, }: {
3728
- child?: Widget;
3729
- constraints: Constraints;
3730
- key?: any;
3731
- });
3732
- createRenderObject(): SingleChildRenderObject;
3733
- updateRenderObject(renderObject: RenderConstrainedBox): void;
3734
- }
3735
- declare class RenderConstrainedBox extends SingleChildRenderObject {
3736
- _additionalConstraint: Constraints;
3737
- get additionalConstraint(): Constraints;
3738
- set additionalConstraint(constraint: Constraints);
3739
- constructor({ constraint }: {
3740
- constraint: Constraints;
3741
- });
3742
- protected preformLayout(): void;
3743
- getIntrinsicHeight(width: number): number;
3744
- getIntrinsicWidth(height: number): number;
3745
- }
3660
+ }): any;
3746
3661
 
3747
3662
  declare function SizedBox({ width, height, child, key, }: {
3748
3663
  width?: number;
3749
3664
  height?: number;
3750
3665
  child?: Widget;
3751
3666
  key?: any;
3752
- }): BaseConstrainedBox;
3667
+ }): any;
3753
3668
  declare namespace SizedBox {
3754
3669
  var shrink: ({ child, width, height, }?: {
3755
3670
  child?: Widget;
3756
3671
  width?: number;
3757
3672
  height?: number;
3758
- }) => BaseConstrainedBox;
3673
+ }) => any;
3759
3674
  var expand: ({ child, width, height, }?: {
3760
3675
  child?: Widget;
3761
3676
  width?: number;
3762
3677
  height?: number;
3763
- }) => BaseConstrainedBox;
3678
+ }) => any;
3764
3679
  var fromSize: ({ child, size }?: {
3765
3680
  child?: Widget;
3766
3681
  size?: Size;
3767
- }) => BaseConstrainedBox;
3682
+ }) => any;
3768
3683
  var square: ({ child, dimension, }?: {
3769
3684
  child?: Widget;
3770
3685
  dimension?: number;
3771
- }) => BaseConstrainedBox;
3686
+ }) => any;
3772
3687
  }
3773
3688
 
3774
3689
  type ContainerProps = {
@@ -3786,25 +3701,9 @@ type ContainerProps = {
3786
3701
  transformAlignment?: Alignment;
3787
3702
  key?: any;
3788
3703
  };
3789
- declare class _Container extends StatelessWidget {
3790
- padding?: EdgeInsets;
3791
- margin?: EdgeInsets;
3792
- width?: number;
3793
- height?: number;
3794
- color?: string;
3795
- decoration?: Decoration;
3796
- child?: Widget;
3797
- alignment?: Alignment;
3798
- clipped?: boolean;
3799
- constraints?: Constraints;
3800
- transform?: Matrix4;
3801
- transformAlignment?: Alignment;
3802
- constructor({ key, padding, margin, width, height, color, decoration, child, alignment, clipped, constraints, transform, transformAlignment, }: ContainerProps);
3803
- build(_: Element): Widget;
3804
- }
3805
- declare const _default$f: (arr_0: ContainerProps) => _Container;
3704
+ declare const _default$t: (args_0: ContainerProps) => any;
3806
3705
 
3807
- declare class Padding$2 extends SingleChildRenderObjectWidget {
3706
+ declare class Padding$1 extends SingleChildRenderObjectWidget {
3808
3707
  padding: EdgeInsets;
3809
3708
  constructor({ padding, child, key, }: {
3810
3709
  padding?: EdgeInsets;
@@ -3826,11 +3725,11 @@ declare class RenderPadding extends SingleChildRenderObject {
3826
3725
  getIntrinsicHeight(width: number): number;
3827
3726
  }
3828
3727
 
3829
- declare function Padding$1({ padding, child, key, }: {
3728
+ declare function Padding({ padding, child, key, }: {
3830
3729
  child?: Widget;
3831
3730
  padding?: EdgeInsets;
3832
3731
  key?: any;
3833
- }): Padding$2;
3732
+ }): Padding$1;
3834
3733
 
3835
3734
  declare function Builder(...props: ConstructorParameters<typeof _Builder>): _Builder;
3836
3735
  declare class _Builder extends StatelessWidget {
@@ -3842,7 +3741,15 @@ declare class _Builder extends StatelessWidget {
3842
3741
  build(context: Element): Widget;
3843
3742
  }
3844
3743
 
3845
- declare class Align$1 extends SingleChildRenderObjectWidget {
3744
+ declare const _default$s: (args_0: {
3745
+ key?: any;
3746
+ child?: Widget;
3747
+ alignment?: Alignment;
3748
+ widthFactor?: number;
3749
+ heightFactor?: number;
3750
+ }) => any;
3751
+
3752
+ declare class Align extends SingleChildRenderObjectWidget {
3846
3753
  widthFactor?: number;
3847
3754
  heightFactor?: number;
3848
3755
  alignment: Alignment;
@@ -3871,13 +3778,11 @@ declare class RenderAlign extends RenderAligningShiftedBox {
3871
3778
  protected preformLayout(): void;
3872
3779
  }
3873
3780
 
3874
- declare function Align(...props: ConstructorParameters<typeof Align$1>): Align$1;
3875
-
3876
3781
  declare function Center({ child, widthFactor, heightFactor, }: {
3877
3782
  child?: Widget;
3878
3783
  widthFactor?: number;
3879
3784
  heightFactor?: number;
3880
- }): Align$1;
3785
+ }): Align;
3881
3786
 
3882
3787
  type BaseGridProps = {
3883
3788
  templateRows?: GridTemplate[];
@@ -3953,12 +3858,12 @@ declare namespace Grid {
3953
3858
  var Px: typeof GridTemplate.Px;
3954
3859
  }
3955
3860
 
3956
- declare const _default$e: (arr_0?: {
3861
+ declare const _default$r: (args_0?: {
3957
3862
  flex?: number;
3958
- child?: src.Widget;
3863
+ child?: Widget;
3959
3864
  fit?: "loose" | "tight";
3960
3865
  key?: any;
3961
- }) => Flexible;
3866
+ }) => any;
3962
3867
 
3963
3868
  declare class Transform$1 extends SingleChildRenderObjectWidget {
3964
3869
  origin?: Offset$1;
@@ -4039,140 +3944,48 @@ declare function Stack({ clipped, children, alignment, fit, key, }: {
4039
3944
  alignment?: Alignment;
4040
3945
  fit?: StackFit;
4041
3946
  key?: any;
4042
- }): {
4043
- clipped: boolean;
4044
- child?: Widget;
4045
- clipper: (size: Size) => Path;
4046
- build(_: src.Element): Widget;
4047
- createElement(): src.StatelessElement;
4048
- initState(_: src.Element): void;
4049
- key?: any;
4050
- runtimeType: string;
4051
- toJSON(): {
4052
- key: any;
4053
- runtimeType: string;
4054
- };
4055
- };
3947
+ }): any;
4056
3948
 
4057
- declare class BasePositioned extends SingleChildRenderObjectWidget {
4058
- top?: number;
4059
- bottom?: number;
4060
- right?: number;
4061
- left?: number;
4062
- width?: number;
4063
- height?: number;
4064
- constructor({ top, bottom, left, right, width, height, child, key, }: {
3949
+ interface PositionedFunction {
3950
+ (props: {
4065
3951
  top?: number;
4066
- bottom?: number;
4067
3952
  left?: number;
4068
- right?: number;
4069
- width?: number;
4070
- height?: number;
4071
- child?: Widget;
4072
- key?: any;
4073
- });
4074
- createRenderObject(): RenderPositioned;
4075
- updateRenderObject(renderObject: RenderPositioned): void;
4076
- }
4077
- declare class RenderPositioned extends SingleChildRenderObject {
4078
- _top?: number;
4079
- _bottom?: number;
4080
- _right?: number;
4081
- _left?: number;
4082
- _width?: number;
4083
- _height?: number;
4084
- get top(): number | undefined;
4085
- set top(newTop: number | undefined);
4086
- get bottom(): number | undefined;
4087
- set bottom(newBottom: number | undefined);
4088
- get right(): number | undefined;
4089
- set right(newRight: number | undefined);
4090
- get left(): number | undefined;
4091
- set left(newLeft: number | undefined);
4092
- get width(): number | undefined;
4093
- set width(newWidth: number | undefined);
4094
- get height(): number | undefined;
4095
- set height(newHeight: number | undefined);
4096
- constructor({ top, bottom, left, right, width, height, }: {
4097
- top?: number;
4098
3953
  bottom?: number;
4099
- left?: number;
4100
3954
  right?: number;
4101
- width?: number;
4102
- height?: number;
4103
- });
4104
- get isPositioned(): boolean;
4105
- getIntrinsicWidth(height: number): number;
4106
- getIntrinsicHeight(width: number): number;
4107
- }
4108
-
4109
- declare function Positioned(...props: ConstructorParameters<typeof BasePositioned>): BasePositioned;
4110
- declare namespace Positioned {
4111
- var fill: ({ child }: {
4112
3955
  child: Widget;
4113
- }) => BasePositioned;
3956
+ }): Widget;
3957
+ fill: (props: {
3958
+ child: Widget;
3959
+ }) => Widget;
4114
3960
  }
3961
+ declare const Positioned: PositionedFunction;
4115
3962
 
4116
- declare class ClipPath extends StatelessWidget {
4117
- clipped: boolean;
4118
- child?: Widget;
4119
- clipper: (size: Size) => Path;
4120
- constructor({ child, clipped, key, clipper, }: {
4121
- key?: any;
4122
- child?: Widget;
4123
- clipper: (size: Size) => Path;
4124
- clipped?: boolean;
4125
- });
4126
- build(_: Element): Widget;
4127
- }
4128
- declare const _default$d: (arr_0: {
3963
+ declare const _default$q: (args_0: {
4129
3964
  key?: any;
4130
3965
  child?: Widget;
4131
3966
  clipper: (size: Size) => Path;
4132
3967
  clipped?: boolean;
4133
- }) => ClipPath;
3968
+ }) => any;
4134
3969
 
4135
3970
  declare function ClipRect({ child, clipper, clipped, key, }: {
4136
3971
  child: Widget;
4137
3972
  clipper: (size: Size) => Rect;
4138
3973
  clipped?: boolean;
4139
3974
  key?: any;
4140
- }): {
4141
- clipped: boolean;
4142
- child?: Widget;
4143
- clipper: (size: Size) => Path;
4144
- build(_: src.Element): Widget;
4145
- createElement(): src.StatelessElement;
4146
- initState(_: src.Element): void;
4147
- key?: any;
4148
- runtimeType: string;
4149
- toJSON(): {
4150
- key: any;
4151
- runtimeType: string;
4152
- };
4153
- };
3975
+ }): any;
4154
3976
 
4155
3977
  declare function ClipOval$1({ child, clipper, clipped, key, }: {
4156
3978
  child: Widget;
4157
3979
  clipper: (size: Size) => Rect;
4158
3980
  clipped?: boolean;
4159
3981
  key?: any;
4160
- }): {
4161
- clipped: boolean;
3982
+ }): any;
3983
+
3984
+ declare const _default$p: (args_0: {
4162
3985
  child?: Widget;
4163
- clipper: (size: Size) => Path;
4164
- build(_: src.Element): Widget;
4165
- createElement(): src.StatelessElement;
4166
- initState(_: src.Element): void;
3986
+ constraints: Constraints;
4167
3987
  key?: any;
4168
- runtimeType: string;
4169
- toJSON(): {
4170
- key: any;
4171
- runtimeType: string;
4172
- };
4173
- };
4174
-
4175
- declare function ConstrainedBox(...props: ConstructorParameters<typeof BaseConstrainedBox>): BaseConstrainedBox;
3988
+ }) => any;
4176
3989
 
4177
3990
  declare function ConstraintsTransformBox({ clipped, alignment, textDirection, constraintsTransform, child, key, }: {
4178
3991
  clipped?: boolean;
@@ -4181,20 +3994,7 @@ declare function ConstraintsTransformBox({ clipped, alignment, textDirection, co
4181
3994
  child?: Widget;
4182
3995
  constraintsTransform: (constraints: Constraints) => Constraints;
4183
3996
  key?: any;
4184
- }): {
4185
- clipped: boolean;
4186
- child?: Widget;
4187
- clipper: (size: Size) => Path;
4188
- build(_: src.Element): Widget;
4189
- createElement(): src.StatelessElement;
4190
- initState(_: src.Element): void;
4191
- key?: any;
4192
- runtimeType: string;
4193
- toJSON(): {
4194
- key: any;
4195
- runtimeType: string;
4196
- };
4197
- };
3997
+ }): any;
4198
3998
  declare namespace ConstraintsTransformBox {
4199
3999
  var heightUnconstrained: (constraints: Constraints) => Constraints;
4200
4000
  var maxHeightUnconstrained: (constraints: Constraints) => Constraints;
@@ -4212,151 +4012,37 @@ declare function UnconstrainedBox({ alignment, clipped, child, textDirection, co
4212
4012
  clipped?: boolean;
4213
4013
  constrainedAxis?: "vertical" | "horizontal";
4214
4014
  key?: any;
4215
- }): {
4216
- clipped: boolean;
4217
- child?: Widget;
4218
- clipper: (size: Size) => Path;
4219
- build(_: src.Element): Widget;
4220
- createElement(): src.StatelessElement;
4221
- initState(_: src.Element): void;
4222
- key?: any;
4223
- runtimeType: string;
4224
- toJSON(): {
4225
- key: any;
4226
- runtimeType: string;
4227
- };
4228
- };
4015
+ }): any;
4229
4016
 
4230
- declare class BaseOverflowBox extends SingleChildRenderObjectWidget {
4017
+ declare const _default$o: (args_0: {
4231
4018
  minWidth?: number;
4232
4019
  maxWidth?: number;
4233
4020
  minHeight?: number;
4234
4021
  maxHeight?: number;
4235
- alignment: Alignment;
4236
- constructor({ maxHeight, maxWidth, minHeight, minWidth, alignment, child, key, }: {
4237
- minWidth?: number;
4238
- maxWidth?: number;
4239
- minHeight?: number;
4240
- maxHeight?: number;
4241
- child?: Widget;
4242
- alignment?: Alignment;
4243
- key?: any;
4244
- });
4245
- createRenderObject(): RenderOverflowBox;
4246
- updateRenderObject(renderObject: RenderOverflowBox): void;
4247
- }
4248
- declare class RenderOverflowBox extends RenderAligningShiftedBox {
4249
- _minWidth?: number;
4250
- _maxWidth?: number;
4251
- _minHeight?: number;
4252
- _maxHeight?: number;
4253
- get minWidth(): number | undefined;
4254
- set minWidth(newMinWidth: number | undefined);
4255
- get maxWidth(): number | undefined;
4256
- set maxWidth(newMaxWidth: number | undefined);
4257
- get minHeight(): number | undefined;
4258
- set minHeight(newMinHeight: number | undefined);
4259
- get maxHeight(): number | undefined;
4260
- set maxHeight(newMaxHeight: number | undefined);
4261
- constructor({ maxHeight, maxWidth, minHeight, minWidth, alignment, }: {
4262
- minWidth?: number;
4263
- maxWidth?: number;
4264
- minHeight?: number;
4265
- maxHeight?: number;
4266
- alignment?: Alignment;
4267
- });
4268
- preformLayout(): void;
4269
- private getInnerConstraints;
4270
- }
4271
-
4272
- declare const _default$c: (arr_0: {
4273
- minWidth?: number;
4274
- maxWidth?: number;
4275
- minHeight?: number;
4276
- maxHeight?: number;
4277
- child?: src.Widget;
4278
- alignment?: src.Alignment;
4022
+ child?: Widget;
4023
+ alignment?: Alignment;
4279
4024
  key?: any;
4280
- }) => BaseOverflowBox;
4281
-
4282
- declare class BaseLimitedBox extends SingleChildRenderObjectWidget {
4283
- maxWidth: number;
4284
- maxHeight: number;
4285
- constructor({ child, maxHeight, maxWidth, key, }: {
4286
- child?: Widget;
4287
- maxWidth?: number;
4288
- maxHeight?: number;
4289
- key?: any;
4290
- });
4291
- createRenderObject(): RenderLimitedBox;
4292
- updateRenderObject(renderObject: RenderLimitedBox): void;
4293
- }
4294
- declare class RenderLimitedBox extends SingleChildRenderObject {
4295
- _maxWidth: number;
4296
- _maxHeight: number;
4297
- get maxWidth(): number;
4298
- set maxWidth(newMaxWidth: number);
4299
- get maxHeight(): number;
4300
- set maxHeight(newMaxHeight: number);
4301
- constructor({ maxHeight, maxWidth, }: {
4302
- maxWidth?: number;
4303
- maxHeight?: number;
4304
- });
4305
- protected preformLayout(): void;
4306
- private limitConstraints;
4307
- }
4025
+ }) => any;
4308
4026
 
4309
- declare const _default$b: (arr_0: {
4310
- child?: src.Widget;
4027
+ declare const _default$n: (args_0: {
4028
+ child?: Widget;
4311
4029
  maxWidth?: number;
4312
4030
  maxHeight?: number;
4313
4031
  key?: any;
4314
- }) => BaseLimitedBox;
4032
+ }) => any;
4315
4033
 
4316
4034
  declare function Spacer({ flex, key }?: {
4317
4035
  flex?: number;
4318
4036
  key?: any;
4319
- }): Flexible;
4037
+ }): any;
4320
4038
 
4321
- declare class BaseFractionallySizedBox extends SingleChildRenderObjectWidget {
4322
- widthFactor?: number;
4323
- heightFactor?: number;
4324
- alignment: Alignment;
4325
- constructor({ child, widthFactor, heightFactor, alignment, key, }: {
4326
- child?: Widget;
4327
- alignment?: Alignment;
4328
- widthFactor?: number;
4329
- heightFactor?: number;
4330
- key?: any;
4331
- });
4332
- createRenderObject(): RenderFractionallySizedBox;
4333
- updateRenderObject(renderObject: RenderFractionallySizedBox): void;
4334
- }
4335
- declare class RenderFractionallySizedBox extends RenderAligningShiftedBox {
4336
- _widthFactor?: number;
4337
- _heightFactor?: number;
4338
- get widthFactor(): number | undefined;
4339
- set widthFactor(newWidthFactor: number | undefined);
4340
- get heightFactor(): number | undefined;
4341
- set heightFactor(newHeightFactor: number | undefined);
4342
- constructor({ alignment, widthFactor, heightFactor, }: {
4343
- alignment: Alignment;
4344
- widthFactor?: number;
4345
- heightFactor?: number;
4346
- });
4347
- private getInnerConstraints;
4348
- protected preformLayout(): void;
4349
- getIntrinsicHeight(width: number): number;
4350
- getIntrinsicWidth(height: number): number;
4351
- }
4352
-
4353
- declare const _default$a: (arr_0: {
4354
- child?: src.Widget;
4355
- alignment?: src.Alignment;
4039
+ declare const _default$m: (args_0: {
4040
+ child?: Widget;
4041
+ alignment?: Alignment;
4356
4042
  widthFactor?: number;
4357
4043
  heightFactor?: number;
4358
4044
  key?: any;
4359
- }) => BaseFractionallySizedBox;
4045
+ }) => any;
4360
4046
 
4361
4047
  declare function Flex({ children, mainAxisAlignment, crossAxisAlignment, direction, clipped, verticalDirection, mainAxisSize, key, }: {
4362
4048
  children: Widget[];
@@ -4367,125 +4053,38 @@ declare function Flex({ children, mainAxisAlignment, crossAxisAlignment, directi
4367
4053
  clipped?: boolean;
4368
4054
  direction: Axis;
4369
4055
  key?: any;
4370
- }): {
4371
- clipped: boolean;
4372
- child?: Widget;
4373
- clipper: (size: Size) => Path;
4374
- build(_: src.Element): Widget;
4375
- createElement(): src.StatelessElement;
4376
- initState(_: src.Element): void;
4377
- key?: any;
4378
- runtimeType: string;
4379
- toJSON(): {
4380
- key: any;
4381
- runtimeType: string;
4382
- };
4383
- };
4056
+ }): any;
4384
4057
 
4385
- declare class BaseIntrinsicHeight extends SingleChildRenderObjectWidget {
4386
- createRenderObject(): SingleChildRenderObject;
4387
- updateRenderObject(_: RenderObject): void;
4388
- }
4389
-
4390
- declare const _default$9: (arr_0?: {
4391
- child?: src.Widget;
4058
+ declare const _default$l: (args_0?: {
4059
+ child?: Widget;
4392
4060
  key?: any;
4393
- }) => BaseIntrinsicHeight;
4061
+ }) => any;
4394
4062
 
4395
- declare class BaseIntrinsicWidth extends SingleChildRenderObjectWidget {
4396
- createRenderObject(): SingleChildRenderObject;
4397
- updateRenderObject(_: RenderObject): void;
4398
- }
4399
-
4400
- declare const _default$8: (arr_0?: {
4401
- child?: src.Widget;
4063
+ declare const _default$k: (args_0?: {
4064
+ child?: Widget;
4402
4065
  key?: any;
4403
- }) => BaseIntrinsicWidth;
4066
+ }) => any;
4404
4067
 
4405
- type BriefOffset = {
4406
- x: number;
4407
- y: number;
4408
- };
4409
- declare class FractionalTranslation extends SingleChildRenderObjectWidget {
4410
- translation: BriefOffset;
4411
- constructor({ child, translation, key, }: {
4412
- child?: Widget;
4413
- translation: BriefOffset;
4414
- key?: any;
4415
- });
4416
- createRenderObject(): SingleChildRenderObject;
4417
- updateRenderObject(renderObject: RenderFractionalTranslation): void;
4418
- }
4419
- declare class RenderFractionalTranslation extends SingleChildRenderObject {
4420
- _translation: BriefOffset;
4421
- get translation(): BriefOffset;
4422
- set translation(value: BriefOffset);
4423
- constructor({ translation }: {
4424
- translation: BriefOffset;
4425
- });
4426
- protected preformLayout(): void;
4427
- }
4428
-
4429
- declare const _default$7: (arr_0: {
4430
- child?: src.Widget;
4068
+ declare const _default$j: (args_0: {
4069
+ child?: Widget;
4431
4070
  translation: {
4432
4071
  x: number;
4433
4072
  y: number;
4434
4073
  };
4435
4074
  key?: any;
4436
- }) => FractionalTranslation;
4437
-
4438
- declare class Opacity extends SingleChildRenderObjectWidget {
4439
- opacity: number;
4440
- constructor({ child, opacity, key, }: {
4441
- child?: Widget;
4442
- opacity: number;
4443
- key?: any;
4444
- });
4445
- createRenderObject(): SingleChildRenderObject;
4446
- updateRenderObject(renderObject: RenderOpacity): void;
4447
- }
4448
- declare class RenderOpacity extends SingleChildRenderObject {
4449
- _opacityProp: number;
4450
- get opacityProp(): number;
4451
- set opacityProp(value: number);
4452
- constructor({ opacity }: {
4453
- opacity: number;
4454
- });
4455
- protected preformLayout(): void;
4456
- getChildOpacity(parentOpacity: number): number;
4457
- }
4075
+ }) => any;
4458
4076
 
4459
- declare const _default$6: (arr_0: {
4460
- child?: src.Widget;
4077
+ declare const _default$i: (args_0: {
4078
+ child?: Widget;
4461
4079
  opacity: number;
4462
4080
  key?: any;
4463
- }) => Opacity;
4081
+ }) => any;
4464
4082
 
4465
- declare class AspectRatio$1 extends SingleChildRenderObjectWidget {
4083
+ declare const _default$h: (args_0: {
4084
+ child?: Widget;
4466
4085
  aspectRatio: number;
4467
- constructor({ child, aspectRatio, key, }: {
4468
- child?: Widget;
4469
- aspectRatio: number;
4470
- key?: string;
4471
- });
4472
- createRenderObject(): SingleChildRenderObject;
4473
- updateRenderObject(renderObject: RenderAspectRatio): void;
4474
- }
4475
- declare class RenderAspectRatio extends SingleChildRenderObject {
4476
- _aspectRatio: number;
4477
- get aspectRatio(): number;
4478
- set aspectRatio(value: number);
4479
- constructor({ aspectRatio }: {
4480
- aspectRatio: number;
4481
- });
4482
- getIntrinsicWidth(height: number): number;
4483
- getIntrinsicHeight(width: number): number;
4484
- private _applyAspectRatio;
4485
- protected preformLayout(): void;
4486
- }
4487
-
4488
- declare function AspectRatio(...props: ConstructorParameters<typeof AspectRatio$1>): AspectRatio$1;
4086
+ key?: string;
4087
+ }) => any;
4489
4088
 
4490
4089
  declare function IndexedStack({ clipped, children, alignment, sizing, index, key, }: {
4491
4090
  children: Widget[];
@@ -4494,47 +4093,13 @@ declare function IndexedStack({ clipped, children, alignment, sizing, index, key
4494
4093
  sizing?: StackFit;
4495
4094
  index?: number;
4496
4095
  key?: any;
4497
- }): {
4498
- clipped: boolean;
4499
- child?: Widget;
4500
- clipper: (size: Size) => Path;
4501
- build(_: src.Element): Widget;
4502
- createElement(): src.StatelessElement;
4503
- initState(_: src.Element): void;
4504
- key?: any;
4505
- runtimeType: string;
4506
- toJSON(): {
4507
- key: any;
4508
- runtimeType: string;
4509
- };
4510
- };
4096
+ }): any;
4511
4097
 
4512
- declare class ColoredBox$1 extends SingleChildRenderObjectWidget {
4098
+ declare const _default$g: (args_0: {
4513
4099
  color: string;
4514
- constructor({ color, child, key, }: {
4515
- color: string;
4516
- child?: Widget;
4517
- key?: any;
4518
- });
4519
- createRenderObject(): RenderColoredBox;
4520
- updateRenderObject(renderObject: RenderColoredBox): void;
4521
- }
4522
- declare class RenderColoredBox extends SingleChildRenderObject {
4523
- _color: string;
4524
- get color(): string;
4525
- set color(value: string);
4526
- constructor({ color }: {
4527
- color: string;
4528
- });
4529
- protected performPaint({ rect }: {
4530
- rect: SVGElement;
4531
- }): void;
4532
- createDefaultSvgEl({ createSvgEl }: PaintContext): {
4533
- [key: string]: SVGElement;
4534
- };
4535
- }
4536
-
4537
- declare function ColoredBox(...props: ConstructorParameters<typeof ColoredBox$1>): ColoredBox$1;
4100
+ child?: Widget;
4101
+ key?: any;
4102
+ }) => any;
4538
4103
 
4539
4104
  declare function ClipOval({ child, borderRadius, clipped, clipper, key, }: {
4540
4105
  child: Widget;
@@ -4542,51 +4107,13 @@ declare function ClipOval({ child, borderRadius, clipped, clipper, key, }: {
4542
4107
  clipped?: boolean;
4543
4108
  clipper?: (size: Size) => RRect;
4544
4109
  key?: any;
4545
- }): {
4546
- clipped: boolean;
4110
+ }): any;
4111
+
4112
+ declare const _default$f: (args_0: {
4113
+ decoration: BoxDecoration;
4547
4114
  child?: Widget;
4548
- clipper: (size: Size) => Path;
4549
- build(_: src.Element): Widget;
4550
- createElement(): src.StatelessElement;
4551
- initState(_: src.Element): void;
4552
4115
  key?: any;
4553
- runtimeType: string;
4554
- toJSON(): {
4555
- key: any;
4556
- runtimeType: string;
4557
- };
4558
- };
4559
-
4560
- declare class DecoratedBox$1 extends SingleChildRenderObjectWidget {
4561
- decoration: Decoration;
4562
- constructor({ decoration, child, key, }: {
4563
- decoration: Decoration;
4564
- child?: Widget;
4565
- key?: any;
4566
- });
4567
- createRenderObject(): RenderDecoratedBox;
4568
- updateRenderObject(renderObject: RenderDecoratedBox): void;
4569
- }
4570
- declare class RenderDecoratedBox extends SingleChildRenderObject {
4571
- _decoration: Decoration;
4572
- get decoration(): BoxDecoration;
4573
- set decoration(value: BoxDecoration);
4574
- constructor({ decoration }: {
4575
- decoration: Decoration;
4576
- });
4577
- protected performPaint(svgEls: {
4578
- box: SVGElement;
4579
- topBorder: SVGElement;
4580
- bottomBorder: SVGElement;
4581
- leftBorder: SVGElement;
4582
- rightBorder: SVGElement;
4583
- }): void;
4584
- createDefaultSvgEl({ createSvgEl }: PaintContext): {
4585
- [key: string]: SVGElement;
4586
- };
4587
- }
4588
-
4589
- declare function DecoratedBox(...props: ConstructorParameters<typeof DecoratedBox$1>): DecoratedBox$1;
4116
+ }) => any;
4590
4117
 
4591
4118
  type RichTextProps = {
4592
4119
  text: InlineSpan;
@@ -4599,30 +4126,9 @@ type RichTextProps = {
4599
4126
  textWidthBasis?: TextWidthBasis;
4600
4127
  };
4601
4128
 
4602
- declare class RichText extends StatelessWidget {
4603
- private overflow;
4604
- private rest;
4605
- constructor({ overflow, key, ...rest }: RichTextProps & {
4606
- key?: any;
4607
- });
4608
- build(): {
4609
- clipped: boolean;
4610
- child?: Widget;
4611
- clipper: (size: Size) => Path;
4612
- build(_: Element): Widget;
4613
- createElement(): src.StatelessElement;
4614
- initState(_: Element): void;
4615
- key?: any;
4616
- runtimeType: string;
4617
- toJSON(): {
4618
- key: any;
4619
- runtimeType: string;
4620
- };
4621
- };
4622
- }
4623
- declare const _default$5: (arr_0: RichTextProps & {
4129
+ declare const _default$e: (args_0: RichTextProps & {
4624
4130
  key?: any;
4625
- }) => RichText;
4131
+ }) => any;
4626
4132
 
4627
4133
  type Painter<T extends Record<string, SVGElement>, D = any> = {
4628
4134
  paint: (els: T, size: Size) => void;
@@ -4661,124 +4167,15 @@ declare class RenderCustomPaint<T extends Record<string, SVGElement>> extends Si
4661
4167
  getIntrinsicHeight(width: number): number;
4662
4168
  }
4663
4169
 
4664
- declare const _default$4: (arr_0: {
4665
- child?: src.Widget;
4666
- size?: src.Size;
4170
+ declare const _default$d: (args_0: {
4171
+ child?: Widget;
4172
+ size?: Size;
4667
4173
  painter: Painter<Record<string, SVGElement>, any>;
4668
4174
  key?: any;
4669
- }) => BaseCustomPaint<Record<string, SVGElement>>;
4670
-
4671
- type Cursor = "pointer" | "default" | "move" | "text" | "wait" | "help" | "progress" | "not-allowed" | "crosshair" | "grab" | "grabbing" | "e-resize" | "ne-resize" | "nw-resize" | "n-resize" | "se-resize" | "sw-resize" | "s-resize" | "w-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "col-resize" | "row-resize" | "all-scroll";
4672
- type EventType = "click" | "mousedown" | "mouseup" | "mousemove" | "wheel" | "mouseover" | "mouseenter" | "mouseleave" | "dragstart" | "dragend" | "drag";
4673
- type Bubble = Record<EventType, boolean>;
4674
- declare class BaseGestureDetector extends SingleChildRenderObjectWidget {
4675
- onClick: (e: MouseEvent) => void;
4676
- onMouseUp: (e: MouseEvent) => void;
4677
- onMouseMove: (e: MouseEvent) => void;
4678
- onMouseDown: (e: MouseEvent) => void;
4679
- onMouseOver: (e: MouseEvent) => void;
4680
- onMouseEnter: (e: MouseEvent) => void;
4681
- onMouseLeave: (e: MouseEvent) => void;
4682
- onDragStart: (e: MouseEvent) => void;
4683
- onDragMove: (e: MouseEvent) => void;
4684
- onDragEnd: (e: MouseEvent) => void;
4685
- onWheel: (e: WheelEvent) => void;
4686
- cursor: Cursor;
4687
- bubble: Bubble;
4688
- constructor({ child, onClick, onMouseDown, onMouseMove, onMouseUp, onMouseOver, onMouseEnter, onMouseLeave, key, cursor, onDragEnd, onDragMove, onDragStart, bubble, onWheel, }: {
4689
- child?: Widget;
4690
- onClick?: (e: MouseEvent) => void;
4691
- onMouseUp?: (e: MouseEvent) => void;
4692
- onMouseMove?: (e: MouseEvent) => void;
4693
- onMouseDown?: (e: MouseEvent) => void;
4694
- onMouseOver?: (e: MouseEvent) => void;
4695
- onMouseEnter?: (e: MouseEvent) => void;
4696
- onMouseLeave?: (e: MouseEvent) => void;
4697
- onDragStart?: (e: MouseEvent) => void;
4698
- onDragMove?: (e: MouseEvent) => void;
4699
- onDragEnd?: (e: MouseEvent) => void;
4700
- onWheel?: (e: WheelEvent) => void;
4701
- cursor?: Cursor;
4702
- key?: any;
4703
- bubble?: Partial<Bubble>;
4704
- });
4705
- createRenderObject(): RenderGestureDetector;
4706
- updateRenderObject(renderObject: RenderGestureDetector): void;
4707
- }
4708
- declare class RenderGestureDetector extends SingleChildRenderObject {
4709
- private id;
4710
- private _bubble;
4711
- get bubble(): Bubble;
4712
- set bubble(prop: Bubble);
4713
- private _cursor;
4714
- get cursor(): Cursor;
4715
- set cursor(prop: Cursor);
4716
- private _onClick;
4717
- get onClick(): MouseEventCallback;
4718
- set onClick(prop: MouseEventCallback);
4719
- private _onMouseDown;
4720
- get onMouseDown(): MouseEventCallback;
4721
- set onMouseDown(prop: MouseEventCallback);
4722
- private _onMouseMove;
4723
- get onMouseMove(): MouseEventCallback;
4724
- set onMouseMove(prop: MouseEventCallback);
4725
- private _onMouseUp;
4726
- get onMouseUp(): MouseEventCallback;
4727
- set onMouseUp(prop: MouseEventCallback);
4728
- private _onMouseOver;
4729
- get onMouseOver(): MouseEventCallback;
4730
- set onMouseOver(prop: MouseEventCallback);
4731
- private _onMouseEnter;
4732
- get onMouseEnter(): MouseEventCallback;
4733
- set onMouseEnter(prop: MouseEventCallback);
4734
- private _onMouseLeave;
4735
- get onMouseLeave(): MouseEventCallback;
4736
- set onMouseLeave(prop: MouseEventCallback);
4737
- private _onDragStart;
4738
- get onDragStart(): MouseEventCallback;
4739
- set onDragStart(prop: MouseEventCallback);
4740
- private _onDragMove;
4741
- get onDragMove(): MouseEventCallback;
4742
- set onDragMove(prop: MouseEventCallback);
4743
- private _onDragEnd;
4744
- get onDragEnd(): MouseEventCallback;
4745
- set onDragEnd(prop: MouseEventCallback);
4746
- private _onWheel;
4747
- get onWheel(): (e: WheelEvent) => void;
4748
- set onWheel(prop: (e: WheelEvent) => void);
4749
- constructor({ onClick, onMouseDown, onMouseUp, onMouseMove, onMouseOver, onMouseEnter, onMouseLeave, onDragEnd, onDragMove, onDragStart, cursor, bubble, onWheel, }: {
4750
- onClick: MouseEventCallback;
4751
- onMouseUp: MouseEventCallback;
4752
- onMouseMove: MouseEventCallback;
4753
- onMouseDown: MouseEventCallback;
4754
- onMouseOver: MouseEventCallback;
4755
- onMouseLeave: MouseEventCallback;
4756
- onMouseEnter: MouseEventCallback;
4757
- onDragStart: MouseEventCallback;
4758
- onDragMove: MouseEventCallback;
4759
- onDragEnd: MouseEventCallback;
4760
- onWheel: (e: WheelEvent) => void;
4761
- cursor: Cursor;
4762
- bubble: Bubble;
4763
- });
4764
- private get listeners();
4765
- attach(ownerElement: RenderObjectElement): void;
4766
- dispose(context: PaintContext): void;
4767
- private removeEventListeners;
4768
- private addEventListeners;
4769
- protected performPaint({ rect }: {
4770
- rect: SVGRectElement;
4771
- }): void;
4772
- createDefaultSvgEl({ createSvgEl }: PaintContext): {
4773
- rect: SVGElement;
4774
- };
4775
- dispatch(e: Event): void;
4776
- dispatchParent(e: Event): void;
4777
- }
4778
- type MouseEventCallback = (event: MouseEvent) => void;
4175
+ }) => any;
4779
4176
 
4780
- declare const _default$3: (arr_0: {
4781
- child?: src.Widget;
4177
+ declare const _default$c: (args_0: {
4178
+ child?: Widget;
4782
4179
  onClick?: (e: MouseEvent) => void;
4783
4180
  onMouseUp?: (e: MouseEvent) => void;
4784
4181
  onMouseMove?: (e: MouseEvent) => void;
@@ -4805,237 +4202,124 @@ declare const _default$3: (arr_0: {
4805
4202
  dragend: boolean;
4806
4203
  drag: boolean;
4807
4204
  }>;
4808
- }) => BaseGestureDetector;
4205
+ }) => any;
4809
4206
 
4810
- declare class BaseAnimatedAlignWidget extends ImplicitlyAnimatedWidget {
4811
- alignment: Alignment;
4207
+ declare const _default$b: (args_0: {
4208
+ key?: any;
4812
4209
  child?: Widget;
4813
- widthFactor: number | Nullable;
4814
- heightFactor: number | Nullable;
4815
- constructor({ child, curve, duration, key, alignment, widthFactor, heightFactor, }: {
4816
- key?: any;
4817
- child?: Widget;
4818
- curve?: Curve;
4819
- duration: number;
4820
- widthFactor?: number;
4821
- heightFactor?: number;
4822
- alignment: Alignment;
4823
- });
4824
- createState(): AnimatedBaseWidgetState<BaseAnimatedAlignWidget>;
4825
- }
4826
-
4827
- declare function AnimatedAlignWidget(...props: ConstructorParameters<typeof BaseAnimatedAlignWidget>): BaseAnimatedAlignWidget;
4210
+ curve?: Curve;
4211
+ duration: number;
4212
+ widthFactor?: number;
4213
+ heightFactor?: number;
4214
+ alignment: Alignment;
4215
+ }) => any;
4828
4216
 
4829
- declare class BaseAnimatedOpacity extends ImplicitlyAnimatedWidget {
4830
- opacity: number;
4217
+ declare const _default$a: (args_0: {
4218
+ key?: any;
4831
4219
  child?: Widget;
4832
- constructor({ child, curve, duration, key, opacity, }: {
4833
- key?: any;
4834
- child?: Widget;
4835
- curve?: Curve;
4836
- duration: number;
4837
- opacity: number;
4838
- });
4839
- createState(): AnimatedBaseWidgetState<BaseAnimatedOpacity>;
4840
- }
4841
-
4842
- declare function AnimatedOpacity$1(...props: ConstructorParameters<typeof BaseAnimatedOpacity>): BaseAnimatedOpacity;
4843
-
4844
- declare class BaseAnimatedPadding extends ImplicitlyAnimatedWidget {
4220
+ curve?: Curve;
4221
+ duration: number;
4845
4222
  opacity: number;
4846
- padding: EdgeInsetsGeometry;
4847
- child?: Widget;
4848
- constructor({ child, curve, duration, key, padding, }: {
4849
- key?: any;
4850
- child?: Widget;
4851
- curve?: Curve;
4852
- duration: number;
4853
- padding?: EdgeInsetsGeometry;
4854
- });
4855
- createState(): AnimatedBaseWidgetState<BaseAnimatedPadding>;
4856
- }
4857
-
4858
- declare function Padding(...props: ConstructorParameters<typeof BaseAnimatedPadding>): BaseAnimatedPadding;
4223
+ }) => any;
4859
4224
 
4860
- declare class BaseAnimatedScale extends ImplicitlyAnimatedWidget {
4861
- scale: number;
4225
+ declare const _default$9: (args_0: {
4226
+ key?: any;
4862
4227
  child?: Widget;
4863
- alignment: Alignment;
4864
- constructor({ child, curve, duration, key, scale, alignment, }: {
4865
- key?: any;
4866
- child?: Widget;
4867
- curve?: Curve;
4868
- duration: number;
4869
- scale: number;
4870
- alignment?: Alignment;
4871
- });
4872
- createState(): AnimatedBaseWidgetState<BaseAnimatedScale>;
4873
- }
4228
+ curve?: Curve;
4229
+ duration: number;
4230
+ padding?: EdgeInsetsGeometry;
4231
+ }) => any;
4874
4232
 
4875
- declare function AnimatedScale(...props: ConstructorParameters<typeof BaseAnimatedScale>): BaseAnimatedScale;
4233
+ declare const _default$8: (args_0: {
4234
+ key?: any;
4235
+ child?: Widget;
4236
+ curve?: Curve;
4237
+ duration: number;
4238
+ scale: number;
4239
+ alignment?: Alignment;
4240
+ }) => any;
4876
4241
 
4877
- declare class BaseAnimatedFractionallySizedBox extends ImplicitlyAnimatedWidget {
4878
- alignment: Alignment;
4242
+ declare const _default$7: (args_0: {
4243
+ key?: any;
4244
+ child?: Widget;
4245
+ curve?: Curve;
4246
+ duration: number;
4879
4247
  widthFactor?: number;
4880
4248
  heightFactor?: number;
4881
- child?: Widget;
4882
- constructor({ child, curve, duration, key, widthFactor, heightFactor, alignment, }: {
4883
- key?: any;
4884
- child?: Widget;
4885
- curve?: Curve;
4886
- duration: number;
4887
- widthFactor?: number;
4888
- heightFactor?: number;
4889
- alignment?: Alignment;
4890
- });
4891
- createState(): AnimatedBaseWidgetState<BaseAnimatedFractionallySizedBox>;
4892
- }
4893
-
4894
- declare function AnimatedFractionallySizedBox(...props: ConstructorParameters<typeof BaseAnimatedFractionallySizedBox>): BaseAnimatedFractionallySizedBox;
4249
+ alignment?: Alignment;
4250
+ }) => any;
4895
4251
 
4896
- declare class BaseAnimatedPositioned extends ImplicitlyAnimatedWidget {
4252
+ declare const _default$6: (args_0: {
4253
+ key?: any;
4254
+ child?: Widget;
4255
+ curve?: Curve;
4256
+ duration: number;
4897
4257
  width?: number;
4898
4258
  height?: number;
4899
4259
  top?: number;
4900
4260
  left?: number;
4901
4261
  right?: number;
4902
4262
  bottom?: number;
4903
- child?: Widget;
4904
- constructor({ child, curve, duration, key, width, height, top, left, right, bottom, }: {
4905
- key?: any;
4906
- child?: Widget;
4907
- curve?: Curve;
4908
- duration: number;
4909
- width?: number;
4910
- height?: number;
4911
- top?: number;
4912
- left?: number;
4913
- right?: number;
4914
- bottom?: number;
4915
- });
4916
- createState(): AnimatedBaseWidgetState<BaseAnimatedPositioned>;
4917
- }
4918
-
4919
- declare function AnimatedPositioned(...props: ConstructorParameters<typeof BaseAnimatedPositioned>): BaseAnimatedPositioned;
4263
+ }) => any;
4920
4264
 
4921
- declare class BaseAnimatedRotation extends ImplicitlyAnimatedWidget {
4922
- turns: number;
4265
+ declare const _default$5: (args_0: {
4266
+ key?: any;
4923
4267
  child?: Widget;
4924
- alignment: Alignment;
4925
- constructor({ child, curve, duration, key, turns, alignment, }: {
4926
- key?: any;
4927
- child?: Widget;
4928
- curve?: Curve;
4929
- duration: number;
4930
- alignment?: Alignment;
4931
- turns: number;
4932
- });
4933
- createState(): AnimatedBaseWidgetState<BaseAnimatedRotation>;
4934
- }
4935
-
4936
- declare function AnimatedOpacity(...props: ConstructorParameters<typeof BaseAnimatedRotation>): BaseAnimatedRotation;
4268
+ curve?: Curve;
4269
+ duration: number;
4270
+ alignment?: Alignment;
4271
+ turns: number;
4272
+ }) => any;
4937
4273
 
4938
- declare class BaseAnimatedSlide extends ImplicitlyAnimatedWidget {
4939
- offset: Offset$1;
4274
+ declare const _default$4: (args_0: {
4275
+ key?: any;
4940
4276
  child?: Widget;
4941
- constructor({ child, curve, duration, key, offset, }: {
4942
- key?: any;
4943
- child?: Widget;
4944
- curve?: Curve;
4945
- duration: number;
4946
- alignment?: Alignment;
4947
- offset: Offset$1;
4948
- });
4949
- createState(): AnimatedBaseWidgetState<BaseAnimatedSlide>;
4950
- }
4951
-
4952
- declare function AnimatedSlide(...props: ConstructorParameters<typeof BaseAnimatedSlide>): BaseAnimatedSlide;
4277
+ curve?: Curve;
4278
+ duration: number;
4279
+ alignment?: Alignment;
4280
+ offset: Offset$1;
4281
+ }) => any;
4953
4282
 
4954
- declare class BaseAnimatedContainer extends ImplicitlyAnimatedWidget {
4283
+ declare const _default$3: (args_0: {
4284
+ key?: any;
4955
4285
  child?: Widget;
4286
+ curve?: Curve;
4287
+ duration: number;
4288
+ alignment?: Alignment;
4956
4289
  padding?: EdgeInsetsGeometry;
4957
4290
  margin?: EdgeInsetsGeometry;
4958
4291
  width?: number;
4959
4292
  height?: number;
4960
4293
  color?: string;
4961
- decoration?: Decoration;
4962
- alignment?: Alignment;
4294
+ decoration?: BoxDecoration;
4963
4295
  clipped?: boolean;
4964
4296
  constraints?: Constraints;
4965
4297
  transform?: Matrix4;
4966
4298
  transformAlignment?: Alignment;
4967
- constructor({ child, curve, duration, key, alignment, width, height, constraints, color, decoration, margin, padding, clipped, transform, transformAlignment, }: {
4968
- key?: any;
4969
- child?: Widget;
4970
- curve?: Curve;
4971
- duration: number;
4972
- alignment?: Alignment;
4973
- padding?: EdgeInsetsGeometry;
4974
- margin?: EdgeInsetsGeometry;
4975
- width?: number;
4976
- height?: number;
4977
- color?: string;
4978
- decoration?: Decoration;
4979
- clipped?: boolean;
4980
- constraints?: Constraints;
4981
- transform?: Matrix4;
4982
- transformAlignment?: Alignment;
4983
- });
4984
- createState(): AnimatedBaseWidgetState<BaseAnimatedContainer>;
4985
- }
4986
-
4987
- declare function AnimatedContainer(...props: ConstructorParameters<typeof BaseAnimatedContainer>): BaseAnimatedContainer;
4299
+ }) => any;
4988
4300
 
4989
- declare class Draggable extends StatefulWidget {
4990
- onDragUpdate?: (detail: {
4991
- delta: Offset$1;
4992
- }) => void;
4993
- child: Widget;
4994
- feedback: Widget;
4995
- constructor({ onDragUpdate: onDragUpdate, key, child, feedback, }: {
4996
- onDragUpdate?: (event: {
4997
- delta: Offset$1;
4998
- }) => void;
4999
- key?: any;
5000
- child: Widget;
5001
- feedback?: Widget;
5002
- });
5003
- createState(): State<Draggable>;
5004
- }
5005
- declare const _default$2: (arr_0: {
4301
+ declare const _default$2: (args_0: {
5006
4302
  onDragUpdate?: (event: {
5007
4303
  delta: Offset$1;
5008
4304
  }) => void;
5009
4305
  key?: any;
5010
4306
  child: Widget;
5011
4307
  feedback?: Widget;
5012
- }) => Draggable;
4308
+ }) => any;
5013
4309
 
5014
4310
  type TooltipPosition = "topLeft" | "topRight" | "topCenter" | "bottomCenter" | "bottomLeft" | "bottomRight" | "center" | "centerLeft" | "centerRight";
5015
- declare class ToolTip extends StatefulWidget {
5016
- child: Widget;
5017
- tooltip: Widget;
5018
- position: TooltipPosition;
5019
- constructor({ key, child, tooltip, position, }: {
5020
- key?: any;
5021
- child: Widget;
5022
- tooltip: Widget;
5023
- position?: TooltipPosition;
5024
- });
5025
- createState(): State<StatefulWidget>;
5026
- }
5027
- declare const _default$1: (arr_0: {
4311
+ declare const _default$1: (args_0: {
5028
4312
  key?: any;
5029
4313
  child: Widget;
5030
4314
  tooltip: Widget;
5031
4315
  position?: TooltipPosition;
5032
- }) => ToolTip;
4316
+ }) => any;
5033
4317
 
5034
- declare const _default: (arr_0: {
4318
+ declare const _default: (args_0: {
5035
4319
  key?: any;
5036
- child?: src.Widget;
4320
+ child?: Widget;
5037
4321
  zIndex: number;
5038
- }) => BaseZIndex;
4322
+ }) => any;
5039
4323
 
5040
4324
  declare class Utils {
5041
4325
  static sumReducer: (acc: number, value: number) => number;
@@ -5048,4 +4332,4 @@ declare class Utils {
5048
4332
  static lerp<T extends Calculable | number>(a: T, b: T, t: number): T;
5049
4333
  }
5050
4334
 
5051
- export { Align, Alignment, AnimatedAlignWidget as AnimatedAlign, AnimatedBaseWidgetState, AnimatedContainer, AnimatedFractionallySizedBox, AnimatedOpacity$1 as AnimatedOpacity, Padding as AnimatedPadding, AnimatedPositioned, AnimatedOpacity as AnimatedRotation, AnimatedScale, AnimatedSlide, Animation, AnimationController, AppRunner, AspectRatio, Axis, Border, BorderRadius, BorderRadiusGeometry, BorderSide, BorderStyle$1 as BorderStyle, type BoxBorder, BoxDecoration, BoxShadow, Element as BuildContext, BuildOwner, Builder, Calculable, CalculableTween, Center, ChangeNotifier, _default$g as ChangeNotifierProvider, ClipOval$1 as ClipOval, _default$d as ClipPath, ClipOval as ClipRRect, ClipRect, Color, ColoredBox, Column, ComponentElement, StatelessWidget as ComponentWidget, ConstrainedBox, Constraints, ConstraintsTransformBox, _default$f as Container, CrossAxisAlignment, Curve, CurvedAnimation, _default$h as Curves, _default$4 as CustomPaint, Data, DecoratedBox, type Decoration, _default$2 as Draggable, EdgeInsets, Element, Expanded, Flex, _default$e as Flexible, _default$7 as FractionalTranslation, _default$a as FractionallySizedBox, Gap, _default$3 as GestureDetector, GlobalKey, Grid, ImplicitlyAnimatedWidget, ImplicitlyAnimatedWidgetState, IndexedStack, _default$9 as IntrinsicHeight, _default$8 as IntrinsicWidth, _default$b as LimitedBox, Listenable, MainAxisAlignment, MainAxisSize, Matrix3, Matrix4, MultiChildRenderObject, MultiChildRenderObjectWidget, type Nullable, Offset$1 as Offset, _default$6 as Opacity, _default$c as OverflowBox, Padding$1 as Padding, type PaintContext, Path, Positioned, ProviderFn as Provider, RRect, Radius$1 as Radius, ReactiveChangeNotifier, Rect, RenderAligningShiftedBox, RenderBox, RenderContext, RenderFrameDispatcher, RenderObject, RenderObjectElement, RenderObjectToWidgetAdapter, RenderObjectWidget, RenderOwner, RenderView, _default$5 as RichText, Row, Scheduler, SingleChildRenderObject, SingleChildRenderObjectWidget, Size, SizedBox, Spacer, Stack, StackFit, State, StatefulElement, StatefulWidget, StatelessElement, StatelessWidget, Text, TextAlign, TextBaseline, TextDirection, TextOverflow, TextSpan, TextStyle, TextWidthBasis, ToolTipPosition, _default$1 as Tooltip, Transform, Tween, UnconstrainedBox, Utils, Vector2, Vector3, Vector4, VerticalDirection, type VoidCallback, Widget, _default as ZIndex };
4335
+ export { _default$s as Align, Alignment, _default$b as AnimatedAlign, AnimatedBaseWidgetState, _default$3 as AnimatedContainer, _default$7 as AnimatedFractionallySizedBox, _default$a as AnimatedOpacity, _default$9 as AnimatedPadding, _default$6 as AnimatedPositioned, _default$5 as AnimatedRotation, _default$8 as AnimatedScale, _default$4 as AnimatedSlide, Animation, AnimationController, AppRunner, _default$h as AspectRatio, Axis, Border, BorderRadius, BorderRadiusGeometry, BorderSide, BorderStyle$1 as BorderStyle, type BoxBorder, BoxDecoration, BoxShadow, Element as BuildContext, BuildOwner, Builder, Calculable, CalculableTween, Center, ChangeNotifier, _default$u as ChangeNotifierProvider, ClipOval$1 as ClipOval, _default$q as ClipPath, ClipOval as ClipRRect, ClipRect, Color, _default$g as ColoredBox, Column, ComponentElement, StatelessWidget as ComponentWidget, _default$p as ConstrainedBox, Constraints, ConstraintsTransformBox, _default$t as Container, CrossAxisAlignment, Curve, CurvedAnimation, _default$v as Curves, _default$d as CustomPaint, Data, _default$f as DecoratedBox, type Decoration, _default$2 as Draggable, EdgeInsets, Element, Expanded, Flex, _default$r as Flexible, _default$j as FractionalTranslation, _default$m as FractionallySizedBox, Gap, _default$c as GestureDetector, GlobalKey, Grid, ImplicitlyAnimatedWidget, ImplicitlyAnimatedWidgetState, IndexedStack, _default$l as IntrinsicHeight, _default$k as IntrinsicWidth, _default$n as LimitedBox, Listenable, MainAxisAlignment, MainAxisSize, Matrix3, Matrix4, MultiChildRenderObject, MultiChildRenderObjectWidget, type Nullable, Offset$1 as Offset, _default$i as Opacity, _default$o as OverflowBox, Padding, type PaintContext, BaseCustomPaint as Painter, Path, Positioned, ProviderFn as Provider, RRect, Radius$1 as Radius, ReactiveChangeNotifier, Rect, RenderAligningShiftedBox, RenderBox, RenderContext, RenderFrameDispatcher, RenderObject, RenderObjectElement, RenderObjectToWidgetAdapter, type RenderObjectVisitor, RenderObjectWidget, RenderOwner, RenderView, _default$e as RichText, Row, Scheduler, SingleChildRenderObject, SingleChildRenderObjectWidget, Size, SizedBox, Spacer, Stack, StackFit, State, StatefulElement, StatefulWidget, StatelessElement, StatelessWidget, Text, TextAlign, TextBaseline, TextDirection, TextOverflow, TextSpan, TextStyle, TextWidthBasis, ToolTipPosition, _default$1 as Tooltip, Transform, Tween, UnconstrainedBox, Utils, Vector2, Vector3, Vector4, VerticalDirection, type VoidCallback, Widget, _default as ZIndex };