$declaration constant

BridgeClassDef const $declaration

Container compile-type class declaration for dart_eval

Implementation

static const $declaration = BridgeClassDef(
    BridgeClassType($type, $extends: $StatelessWidget$bridge.$type),
    constructors: {
      '': BridgeConstructorDef(BridgeFunctionDef(
          returns: BridgeTypeAnnotation($type),
          namedParams: [
            BridgeParameter('key',
                BridgeTypeAnnotation($Key.$type, nullable: true), true),
            BridgeParameter(
                'alignment',
                BridgeTypeAnnotation($AlignmentGeometry.$type,
                    nullable: true),
                true),
            BridgeParameter(
                'padding',
                BridgeTypeAnnotation($EdgeInsetsGeometry.$type,
                    nullable: true),
                true),
            BridgeParameter('color',
                BridgeTypeAnnotation($Color.$type, nullable: true), true),
            BridgeParameter(
                'decoration',
                BridgeTypeAnnotation($Decoration.$type, nullable: true),
                true),
            BridgeParameter(
                'foregroundDecoration',
                BridgeTypeAnnotation($Decoration.$type, nullable: true),
                true),
            BridgeParameter(
                'width',
                BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.double),
                    nullable: true),
                true),
            BridgeParameter(
                'height',
                BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.double),
                    nullable: true),
                true),
            BridgeParameter(
                'constraints',
                BridgeTypeAnnotation($BoxConstraints.$type, nullable: true),
                true),
            BridgeParameter(
                'margin',
                BridgeTypeAnnotation($EdgeInsetsGeometry.$type,
                    nullable: true),
                true),
            BridgeParameter(
                'transformAlignment',
                BridgeTypeAnnotation($AlignmentGeometry.$type,
                    nullable: true),
                true),
            BridgeParameter('child',
                BridgeTypeAnnotation($Widget.$type, nullable: true), true),
            BridgeParameter('clipBehavior',
                BridgeTypeAnnotation($Clip.$type, nullable: true), true),
          ]))
    },
    wrap: true);