FinderAspectRatio constructor

const FinderAspectRatio(
  1. {double width = 0,
  2. double height = 0}
)

Implementation

const FinderAspectRatio({this.width = 0, this.height = 0});