isNotEmpty property
bool
get
isNotEmpty
Returns false if this Style contains any attributes or variants.
Implementation
bool get isNotEmpty => !isEmpty;
Returns false if this Style contains any attributes or variants.
bool get isNotEmpty => !isEmpty;