Exemple #1
0
        public RenderView(
            RenderBox child = null,
            ViewConfiguration configuration = null)
        {
            D.assert(configuration != null);

            this.child          = child;
            this._configuration = configuration;
        }
Exemple #2
0
        public RenderView(
            RenderBox child = null,
            ViewConfiguration configuration = null,
            ui.Window window = null)
        {
            D.assert(configuration != null);

            this.child     = child;
            _configuration = configuration;
            _window        = window;
        }