isTablet property

bool get isTablet

Check if this breakpoint is considered tablet size

Implementation

bool get isTablet => this == FSBreakpoint.md;