widthL property
int
get
widthL
Returns the width of the column for the given screen size
internal use only
Implementation
int get widthL => colL ?? widthM;
Returns the width of the column for the given screen size
internal use only
int get widthL => colL ?? widthM;