$declaration constant
BridgeClassDef
const $declaration
Implementation
static const $declaration = BridgeClassDef(
BridgeClassType($type,
isAbstract: false, $extends: $StatefulWidget$bridge.$type),
constructors: {
'': BridgeConstructorDef(BridgeFunctionDef(
returns: BridgeTypeAnnotation($type),
namedParams: [
BridgeParameter(
'controller',
BridgeTypeAnnotation($TextEditingController.$type,
nullable: true),
true),
BridgeParameter(
'enabled',
BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.bool),
nullable: true),
true),
BridgeParameter('style',
BridgeTypeAnnotation($TextStyle.$type, nullable: true), true),
BridgeParameter(
'onChanged',
BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.function),
nullable: true),
true),
BridgeParameter(
'onSubmitted',
BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.function),
nullable: true),
true),
]))
},
wrap: true);