isEmpty property

  1. @override
bool get isEmpty
override

Whether this NatrixSection contains actual content that should be displayed or not.

Implementation

@override
bool get isEmpty => header.isEmpty && content.isEmpty && footer.isEmpty;