size property

LayoutSize size

Layout size

Implementation

LayoutSize get size => findValue({
      0: LayoutSize.xsmall,
      600: LayoutSize.small,
      1024: LayoutSize.medium,
      1440: LayoutSize.large,
      1920: LayoutSize.xlarge,
    });