logoAnchor property

Anchor logoAnchor

Implementation

common.Anchor get logoAnchor {
  return _logoAnchor;
}
void logoAnchor=(Anchor newValue)

Implementation

set logoAnchor(common.Anchor newValue) {
  _logoAnchor = newValue;
  _controller.update();
}