isTablet property
bool
get
isTablet
Check if this breakpoint is considered tablet size
Implementation
bool get isTablet => this == FSBreakpoint.md;
Check if this breakpoint is considered tablet size
bool get isTablet => this == FSBreakpoint.md;