targetStatus method

LeftScrollStatusCtrl? targetStatus(
  1. LeftScrollCloseTag? tag,
  2. Key? key
)

Implementation

LeftScrollStatusCtrl? targetStatus(
  LeftScrollCloseTag? tag,
  Key? key,
) =>
    map[tag]?[key];