toMap property

Map<String, Object> toMap

Implementation

Map<String, Object> get toMap {
  return {
    'visible': visible,
    'height': height,
    'width': width,
  };
}