getStyle method

dynamic getStyle(
  1. String id
)

Implementation

getStyle(String id) {
  return _state[ActionType.style][id];
}