FullscreenEnterEvent constructor

const FullscreenEnterEvent({
  1. required int? timestamp,
})

Implementation

const FullscreenEnterEvent({
  required super.timestamp,
});