xs property

bool get xs

当前是否处于极小布局(<=320)

Implementation

bool get xs => InheritedModel.inheritFrom<_Responsive>(this, aspect: _ResponsiveAspect.xs)?.xs ?? false;