InterruptLoading constructor
const
InterruptLoading([
- String? message
Creates a new InterruptLoading with an optional
message.
Implementation
const InterruptLoading([this.message]);
Creates a new InterruptLoading with an optional
message.
const InterruptLoading([this.message]);