hideLargeIconOnExpand property

bool? hideLargeIconOnExpand

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

Implementation

bool? get hideLargeIconOnExpand {
  return _hideLargeIconOnExpand;
}