headerWidget property
Widget
get
headerWidget
Implementation
Widget get headerWidget => _header == null
? Icon(Icons.circle, size: 10, color: Colors.grey)
: _header!;
Widget get headerWidget => _header == null
? Icon(Icons.circle, size: 10, color: Colors.grey)
: _header!;