isSm property

bool isSm

name convention to check if small screen

Implementation

bool get isSm => deviceSize == DeviceSize.sm;