isLaptop property

bool get isLaptop

Implementation

bool get isLaptop => getWidth >= Breakpoints.md && getWidth < Breakpoints.lg;