Variable Style._children

class Style
{
  // ...
  Style[] _children;
  // ...
}