toolsActive property

Map<String, bool> toolsActive
getter/setter pair

Implementation

Map<String, bool> toolsActive = {
  'leftActive': true,
  'rightActive': false,
  'topActive': false,
  'bottomActive': true,
  'middleActive': true
};