aspectRatio property

double aspectRatio

Implementation

double get aspectRatio => _aspectRatio;
void aspectRatio=(double value)

Implementation

set aspectRatio(double value) {
  _aspectRatio = value;
  notifyListeners();
}