StoryAreaPosition constructor
StoryAreaPosition({})
Implementation
StoryAreaPosition({
required this.xPercentage,
required this.yPercentage,
required this.widthPercentage,
required this.heightPercentage,
required this.rotationAngle,
required this.cornerRadiusPercentage,
});