position property

num? get position

Implementation

num? get position {
  return $$context$$["position"];
}
set position (num? value)

Implementation

set position(num? value) {
  $$context$$["position"] = value;
}