properties property

RixaProperties get properties

Implementation

RixaProperties get properties => RixaProperties(
    deviceType: _deviceType,
    screenMode: _screenMode,
    appSize: Get.find<AppFonts>().appSize,
    language: _language,
    status: _status);