headDecoration property

Decoration get headDecoration

Implementation

Decoration get headDecoration =>
    _headDecoration ?? const BoxDecoration(color: Colors.white);
set headDecoration (Decoration value)

Implementation

set headDecoration(Decoration value) {
  _headDecoration = value;
}