widget property

TWidget widget

Implementation

TWidget get widget {
	// make sure that _applyModels() was or is called if it's needed
	if (this._mapModelHandlerWrappers.isNotEmpty && !this._applyModelsWasCalled) {
		this._applyModels();
	}
	return this._widget;
}