totalLength property

  1. @override
int get totalLength

Implementation

@override
int get totalLength => 10 + _size + (_hasFooter ? 10 : 0);