DropDownWidgetData class
data class for a dropdown
- Inheritance
- 
    - Object
- WidgetData
- DropDownWidgetData
 
- Annotations
- 
    - @Dataclass.new()
- @DeclareWidget(name: "dropdown", group: "widgets", icon: "widget_dropdown")
- @JsonSerializable.new(discriminator: "dropdown", includeNull: false)
 
Constructors
- 
          DropDownWidgetData({String type = "dropdown", Cell? cell, List<WidgetData> ? children, Insets? padding, String? onSelect, String? databinding, required Value placeholder})
Properties
- cell ↔ Cell?
- 
  
  getter/setter pairinherited
- 
  children
  → List<WidgetData> 
- 
  
  finalinherited
- databinding ↔ String?
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String
- 
  
  getter/setter pairinherited
- onSelect ↔ String?
- 
  
  getter/setter pair
- padding ↔ Insets?
- 
  
  getter/setter pair
- parent ↔ WidgetData?
- 
  
  getter/setter pairinherited
- placeholder ↔ Value
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- type → String
- 
  
  finalinherited
- 
  widget
  ↔ AbstractEditorWidgetState<StatefulWidget> ?
- 
  
  getter/setter pairinherited
Methods
- 
  acceptsChild(WidgetData widget) → bool 
- 
  
  inherited
- 
  canMove(Direction direction) → bool 
- 
  
  inherited
- 
  canMoveChild(WidgetData child, Direction direction) → bool 
- 
  
  inherited
- 
  index() → int 
- 
  
  inherited
- 
  isParentOf(WidgetData w1, WidgetData w2) → bool 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  update() → void 
- 
  
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited