instance property
RtCommonWidget
get
instance
Returns the singleton instance of RtCommonWidget.
This getter provides access to the single shared instance throughout the application.
Implementation
static RtCommonWidget get instance => _commonWidget;