Focus constructor

Focus({
  1. double? x,
  2. double? y,
})

Implementation

Focus({
  this.x,
  this.y,
});