ScrollShadowModel constructor
ScrollShadowModel(})
Implementation
ScrollShadowModel(Model parent,
{String? id, dynamic left, dynamic right, dynamic up, dynamic down})
: super(parent, id) {
this.left = left;
this.right = right;
this.up = up;
this.down = down;
}