ScreenLoaderEvent<T> constructor

const ScreenLoaderEvent<T>(
  1. BuildContext context,
  2. T value
)

Implementation

const ScreenLoaderEvent(this.context, this.value);