hideLargeIconOnExpand property

bool? get hideLargeIconOnExpand
inherited

Returns whether to hide the large icon when the notification is expanded.

Implementation

bool? get hideLargeIconOnExpand {
  return _hideLargeIconOnExpand;
}