bottomPickerWidth property

double bottomPickerWidth

Implementation

double get bottomPickerWidth =>
    MediaQuery.of(this).size.width >= tabletMinSize
        ? MediaQuery.of(this).size.width * 0.7
        : MediaQuery.of(this).size.width;