toMap method
Implementation
Map<String, dynamic> toMap() => {
'frameRate': frameRate,
'pixelRatio': pixelRatio,
'excludeSelf': excludeSelf,
'paddingTop': capturePadding.top,
'paddingRight': capturePadding.right,
'paddingBottom': capturePadding.bottom,
'paddingLeft': capturePadding.left,
};