widthInFeet property

double get widthInFeet

Returns the width in feet.

Implementation

double get widthInFeet => UnitConverter.metersToFeetConversion(width);