isSmallTabletOrWider property
bool
get
isSmallTabletOrWider
True if the width is higher than 600p
Implementation
bool get isSmallTabletOrWider => width >= 600;
True if the width is higher than 600p
bool get isSmallTabletOrWider => width >= 600;