layout method
Layout this component.
Implementation
@override
void layout(Rectangle<int> componentBounds, Rectangle<int> drawAreaBounds) {
  _componentBounds = componentBounds;
  super.layout(componentBounds, drawAreaBounds);
}Layout this component.
@override
void layout(Rectangle<int> componentBounds, Rectangle<int> drawAreaBounds) {
  _componentBounds = componentBounds;
  super.layout(componentBounds, drawAreaBounds);
}