createLayoutStyle method

void createLayoutStyle()
inherited

Implementation

void createLayoutStyle() {
  var newStyle = LayoutComponentStyle();
  context.addObject(newStyle);
  style = newStyle;
}