hasLayoutProperties property
bool
get
hasLayoutProperties
Check if any layout properties are set
Implementation
bool get hasLayoutProperties =>
layoutType != null ||
justify != null ||
items != null ||
gap != null ||
gapX != null ||
gapY != null ||
reverse != null ||
inline != null ||
col != null ||
row != null ||
wrap != null;