argStore property

ControlArgs argStore

ControlArgs that holds current args of Widget and State.

Implementation

ControlArgs get argStore =>
    _state?.args ?? _cache ?? (_cache = ControlArgs.of());