InterruptLoading constructor

const InterruptLoading([
  1. String? message
])

Creates a new InterruptLoading with an optional message.

Implementation

const InterruptLoading([this.message]);