widthS property
int
get
widthS
Returns the width of the column for the given screen size
internal use only
Implementation
int get widthS => colS ?? colXS;
Returns the width of the column for the given screen size
internal use only
int get widthS => colS ?? colXS;